diff --git a/org/init.el b/org/init.el index c6c681c..0dcb13e 100644 --- a/org/init.el +++ b/org/init.el @@ -95,6 +95,8 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ox-hugo for blog (with-eval-after-load 'ox (require 'ox-hugo)) +(with-eval-after-load 'ox-hugo +(setq org-hugo-link-desc-insert-type t) (setq org-hugo-default-static-subdirectory-for-externals "ox-hugo" ) (setq org-hugo-external-file-extensions-allowed-for-copying '( "jpg" "jpeg" "tiff" "png" "svg" "gif" "psd" "psb" @@ -102,6 +104,7 @@ "pdf" "odt" "doc" "ppt" "xls" "docx" "pptx" "xlsx")) +) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; tags