Always generate standalone docx documents from org files

Not yet clear whether this has any impact on the result, though.
This commit is contained in:
Daniel - 2020-12-20 17:21:23 +01:00
parent b40c8672bc
commit 5b7671ba7f
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 3 additions and 0 deletions

View File

@ -1297,6 +1297,9 @@
(use-package ox-html
:init (setq org-html-postamble nil))
(use-package ox-pandoc
:init (setq org-pandoc-options-for-docx '((standalone . t))))
(use-package org-tree-slide
:commands (org-tree-slide-mode)
;; Configuration from https://protesilaos.com/dotemacs/