fix bug in org.el

unstable
Penguin 3 months ago
parent dfc0a4e01a
commit f695275102

@ -67,16 +67,16 @@
(package! poetry)
(load (expand-file-name "~/.local/share/doom/packages.el"))
(package! modus-themes)
(package! ox-odt
:recipe
(
:host github
:repo "kjambunathan/org-mode-ox-odt"
:files ("lisp/ox-odt.el"
"lisp/odt.el"
"etc"
"docs"
"contrib/odt/LibreOffice")))
(package! ox-odt
:recipe
(
:host github
:repo "kjambunathan/org-mode-ox-odt"
:files ("lisp/ox-odt.el"
"lisp/odt.el"
"etc"
"docs"
"contrib/odt/LibreOffice")))
;; at some point i want to try pulling in some of this
;; (package! nano-emacs
;; :recipe (:host github :repo "rougier/nano-emacs"))

@ -27,7 +27,7 @@
"CLOSED(c)"
"RESOLVED(R)"
"DONE(d)")))
)

Loading…
Cancel
Save