org: set org-publish-timestamp-directory to .cache

This commit is contained in:
syl20bnr 2016-03-12 13:42:48 -05:00
parent 7f50c16566
commit 4e7a814676
1 changed files with 6 additions and 4 deletions

View File

@ -99,10 +99,12 @@
;; "Org features were loaded before the `org' layer initialized.\n"
;; "Try removing org code from user initialization and private layers.") t))
(setq org-clock-persist-file
(concat spacemacs-cache-directory "org-clock-save.el")
org-id-locations-file
(concat spacemacs-cache-directory ".org-id-locations")
(setq org-clock-persist-file (concat spacemacs-cache-directory
"org-clock-save.el")
org-id-locations-file (concat spacemacs-cache-directory
".org-id-locations")
org-publish-timestamp-directory (concat spacemacs-cache-directory
".org-timestamps/")
org-log-done t
org-startup-with-inline-images t
org-src-fontify-natively t