Modify org agenda files
This commit is contained in:
parent
1aee476438
commit
254f942eba
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,6 @@
|
||||||
'(nov-variable-pitch nil)
|
'(nov-variable-pitch nil)
|
||||||
'(olivetti-body-width 73)
|
'(olivetti-body-width 73)
|
||||||
'(org-adapt-indentation t)
|
'(org-adapt-indentation t)
|
||||||
'(org-agenda-files '("~/Documents/journal"))
|
|
||||||
'(org-agenda-include-diary t)
|
'(org-agenda-include-diary t)
|
||||||
'(org-babel-load-languages
|
'(org-babel-load-languages
|
||||||
'((js . t)
|
'((js . t)
|
||||||
|
@ -48,6 +47,8 @@
|
||||||
(dot . t)))
|
(dot . t)))
|
||||||
'(org-babel-python-command "python3")
|
'(org-babel-python-command "python3")
|
||||||
'(org-default-notes-file "~/Documents/journal/notes.org")
|
'(org-default-notes-file "~/Documents/journal/notes.org")
|
||||||
|
'(org-directory "~/Documents/journal/")
|
||||||
|
'(org-agenda-files (list org-directory))
|
||||||
'(org-modules
|
'(org-modules
|
||||||
'(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert))
|
'(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert))
|
||||||
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
||||||
|
|
Loading…
Add table
Reference in a new issue