Move agenda_files location to the orgmode dir
This commit is contained in:
parent
4376d7f519
commit
95460b072d
4
init.el
4
init.el
@ -48,7 +48,6 @@
|
|||||||
'(nxml-outline-child-indent 4)
|
'(nxml-outline-child-indent 4)
|
||||||
'(nyan-animate-nyancat t)
|
'(nyan-animate-nyancat t)
|
||||||
'(nyan-wavy-trail t)
|
'(nyan-wavy-trail t)
|
||||||
'(org-agenda-files "~/.agenda_files")
|
|
||||||
'(org-crypt-key "B0740C4C")
|
'(org-crypt-key "B0740C4C")
|
||||||
'(org-default-notes-file
|
'(org-default-notes-file
|
||||||
(concat user-documents-directory
|
(concat user-documents-directory
|
||||||
@ -56,6 +55,9 @@
|
|||||||
'(org-directory
|
'(org-directory
|
||||||
(concat user-documents-directory
|
(concat user-documents-directory
|
||||||
(convert-standard-filename "/orgmode/")))
|
(convert-standard-filename "/orgmode/")))
|
||||||
|
'(org-agenda-files
|
||||||
|
(concat user-documents-directory
|
||||||
|
(convert-standard-filename "/orgmode/agenda_files")))
|
||||||
'(org-ellipsis "…#")
|
'(org-ellipsis "…#")
|
||||||
'(org-mobile-directory
|
'(org-mobile-directory
|
||||||
(concat user-documents-directory
|
(concat user-documents-directory
|
||||||
|
Loading…
Reference in New Issue
Block a user