Move org-timestamps directory to project
I prefer keeping everything local so nothing can interfere with one another.
This commit is contained in:
parent
077938588b
commit
099356512e
3 changed files with 5 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
/.cask
|
/.cask
|
||||||
/public
|
/public
|
||||||
|
/.org-timestamps
|
||||||
/posts/index.org*
|
/posts/index.org*
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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/"
|
||||||
|
|
Loading…
Reference in a new issue