mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix wrong org-export-directory
This commit is contained in:
@ -36,7 +36,7 @@
|
|||||||
(defun doom|org-notebook-init ()
|
(defun doom|org-notebook-init ()
|
||||||
(setq org-default-notes-file (f-expand "inbox.org" doom-org-notes-dir)
|
(setq org-default-notes-file (f-expand "inbox.org" doom-org-notes-dir)
|
||||||
org-attach-directory doom-org-attachment-dir
|
org-attach-directory doom-org-attachment-dir
|
||||||
org-export-directory (concat org-directory ".export")
|
org-export-directory (f-expand ".export" org-directory)
|
||||||
org-capture-templates
|
org-capture-templates
|
||||||
'(;; TODO: New Note (note)
|
'(;; TODO: New Note (note)
|
||||||
;; TODO: New Task (todo)
|
;; TODO: New Task (todo)
|
||||||
|
Reference in New Issue
Block a user