aboutsummaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index a6d5220..305e8c3 100644
--- a/publish.el
+++ b/publish.el
@@ -84,6 +84,9 @@ STYLE is ignored and PROJECT is passed on directly to related functions."
(setq org-html-htmlize-output-type 'css)
+(setq org-publish-timestamp-directory
+ (concat default-directory "/.org-timestamps/"))
+
(setq org-publish-project-alist
'(("posts"
:base-directory "posts/"