tweak(org): move org caches to {doom-cache-dir}/org/
Instead of separate {doom-cache-dir/org-*/ directories.
This commit is contained in:
parent
8fc2d67eb9
commit
b777300e2c
1 changed files with 3 additions and 3 deletions
|
@ -1248,9 +1248,9 @@ between the two."
|
||||||
(defvar org-attach-id-dir nil)
|
(defvar org-attach-id-dir nil)
|
||||||
(defvar org-babel-python-command nil)
|
(defvar org-babel-python-command nil)
|
||||||
|
|
||||||
(setq org-publish-timestamp-directory (concat doom-cache-dir "org-timestamps/")
|
(setq org-persist-directory (concat doom-cache-dir "org/persist/")
|
||||||
org-preview-latex-image-directory (concat doom-cache-dir "org-latex/")
|
org-publish-timestamp-directory (concat doom-cache-dir "org/timestamps/")
|
||||||
org-persist-directory (concat doom-cache-dir "org-persist/")
|
org-preview-latex-image-directory (concat doom-cache-dir "org/latex/")
|
||||||
;; Recognize a), A), a., A., etc -- must be set before org is loaded.
|
;; Recognize a), A), a., A., etc -- must be set before org is loaded.
|
||||||
org-list-allow-alphabetical t)
|
org-list-allow-alphabetical t)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue