fix org mode dir

This commit is contained in:
Marco Thomas
2021-05-25 10:53:14 +02:00
parent 578827f5fb
commit bc5e5a78b9
3 changed files with 8 additions and 8 deletions

View File

@@ -222,15 +222,15 @@
"oca" 'org-capture)
:config
(setq org-format-latex-options (plist-put org-format-latex-options :scale 1.5))
(setq org-agenda-files (quote ("~/data/nextcloud/org")))
(setq org-directory "~/data/nextcloud/org")
(setq org-agenda-files (quote ("~/org")))
(setq org-directory "~/org")
:init
(setq org-todo-keywords '((sequence "TODO" "PROGRESS" "|" "DONE")))
(setq org-log-done 'time)
(setq org-capture-templates
(quote (("j" "Japanese" entry (file "~/data/nextcloud/org/japanese.org") "* TODO %?\n")
("u" "University" entry (file "~/data/nextcloud/org/uni.org") "* TODO %?\n")
("p" "Personal" entry (file "~/data/nextcloud/org/personal.org") "* TODO %?\n")))))
(quote (("j" "Japanese" entry (file "~/org/japanese.org") "* TODO %?\n")
("u" "University" entry (file "~/org/uni.org") "* TODO %?\n")
("p" "Personal" entry (file "~/org/personal.org") "* TODO %?\n")))))
(use-package org-bullets
:ensure t