mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Make org-export-directory an obsolete alias
Slow down to give people time to transition.
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
(defvar +org-export-dir ".export/"
|
||||
"Where to store exported files relative to `org-directory'. Can be an absolute
|
||||
path too.")
|
||||
(define-obsolete-variable-alias 'org-export-directory '+org-export-dir "2.1.0")
|
||||
|
||||
(def-package! ox-pandoc
|
||||
:defer t
|
||||
|
Reference in New Issue
Block a user