emacs: Set docx as preferred format for ODT export
This commit is contained in:
parent
b6f736b70b
commit
31d02e6c9c
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@
|
|||
|
||||
(setq org-noter-notes-search-path '("~/org/notes/"))
|
||||
|
||||
(setq org-odt-preferred-output-format "docx")
|
||||
|
||||
(require 'ob-plantuml)
|
||||
|
||||
(add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode)
|
||||
|
|
Loading…
Reference in a new issue