Skip to content

Commit

Permalink
Allow more file types to be auto-copied to static/bundle dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Jan 30, 2018
1 parent 526f84a commit a19207e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ox-hugo.el
Expand Up @@ -555,7 +555,9 @@ copied to this sub-directory inside the Hugo static directory."

(defcustom org-hugo-external-file-extensions-allowed-for-copying
'("jpg" "jpeg" "tiff" "png" "svg"
"pdf" "odt")
"pdf" "odt"
"doc" "ppt" "xls"
"docx" "pptx" "xlsx")
"List of external file extensions allowed for copying to Hugo static dir.
If an Org link references a file with one of these extensions,
and if that file is not in the Hugo static directory, that file
Expand Down

0 comments on commit a19207e

Please sign in to comment.