Skip to content

Commit

Permalink
Merge pull request #738 from RagnarGrootKoerkamp/patch-1
Browse files Browse the repository at this point in the history
Copy .bmp images
  • Loading branch information
kaushalmodi authored Mar 5, 2024
2 parents cb1b6cf + 8b4b004 commit c4156d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ox-hugo.el
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ copied to this sub-directory inside the Hugo static directory."
;;;###autoload (put 'org-hugo-default-static-subdirectory-for-externals 'safe-local-variable 'stringp)

(defcustom org-hugo-external-file-extensions-allowed-for-copying
'("jpg" "jpeg" "tiff" "png" "svg" "gif"
'("jpg" "jpeg" "tiff" "png" "svg" "gif" "bmp"
"mp4"
"pdf" "odt"
"doc" "ppt" "xls"
Expand Down

0 comments on commit c4156d9

Please sign in to comment.