From 5b7671ba7fddea87b463543e01895d2f44a7d241 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 20 Dec 2020 17:21:23 +0100 Subject: [PATCH] Always generate standalone docx documents from org files Not yet clear whether this has any impact on the result, though. --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 6f24575..bf19476 100644 --- a/init.el +++ b/init.el @@ -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/