From 2cc8e02e31477c1d48593aff93218d8c15a60f25 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 12 Nov 2022 11:49:05 -0500 Subject: [PATCH] mild ox-hugo tuning for figures, adjusted parameter activation --- org/init.el | 3 +++ 1 file changed, 3 insertions(+) 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