Fix wrong org-export-directory
This commit is contained in:
parent
4c25eaac48
commit
c34e59b789
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue