Move org-timestamps directory to project

I prefer keeping everything local so nothing can interfere with one another.
This commit is contained in:
Tom Willemse 2020-03-19 20:37:22 -07:00
parent 077938588b
commit 099356512e
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
/.cask /.cask
/public /public
/.org-timestamps
/posts/index.org* /posts/index.org*

View file

@ -15,4 +15,4 @@ clean:
@echo "Cleaning up..." @echo "Cleaning up..."
@rm -rvf *.elc @rm -rvf *.elc
@rm -rvf public @rm -rvf public
@rm -rvf ~/.org-timestamps/* @rm -rvf .org-timestamps

View file

@ -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-html-htmlize-output-type 'css)
(setq org-publish-timestamp-directory
(concat default-directory "/.org-timestamps/"))
(setq org-publish-project-alist (setq org-publish-project-alist
'(("posts" '(("posts"
:base-directory "posts/" :base-directory "posts/"