emacs: Set docx as preferred format for ODT export

This commit is contained in:
Sanchayan Maity 2021-01-22 20:36:50 +05:30
parent b6f736b70b
commit 31d02e6c9c

View file

@ -56,6 +56,8 @@
(setq org-noter-notes-search-path '("~/org/notes/")) (setq org-noter-notes-search-path '("~/org/notes/"))
(setq org-odt-preferred-output-format "docx")
(require 'ob-plantuml) (require 'ob-plantuml)
(add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode) (add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode)