Make org-export-directory an obsolete alias
Slow down to give people time to transition.
This commit is contained in:
parent
030e80d202
commit
ad5470ce3f
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
(defvar +org-export-dir ".export/"
|
(defvar +org-export-dir ".export/"
|
||||||
"Where to store exported files relative to `org-directory'. Can be an absolute
|
"Where to store exported files relative to `org-directory'. Can be an absolute
|
||||||
path too.")
|
path too.")
|
||||||
|
(define-obsolete-variable-alias 'org-export-directory '+org-export-dir "2.1.0")
|
||||||
|
|
||||||
(def-package! ox-pandoc
|
(def-package! ox-pandoc
|
||||||
:defer t
|
:defer t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue