Set up the org capture and agenda directories right

This commit is contained in:
Tobias Ostner 2024-04-21 11:30:59 +02:00
parent 663a26f964
commit c20f4a93e9

View file

@ -480,10 +480,10 @@
org-hide-emphasis-markers t org-hide-emphasis-markers t
org-src-preserve-indentation t org-src-preserve-indentation t
org-startup-with-inline-images t org-startup-with-inline-images t
org-agenda-files '("~/TobCloud/org" "~/TobCloud/org/Me/journals/" "~/TobCloud/org/Me/pages/") org-agenda-files '("~/Logseq/Me/journals/" "~/Logseq/Me/pages")
org-capture-templates org-capture-templates
'(("t" "Todo" entry (file "~/TobCloud/org/inbox.org") '(("i" "Inbox" entry (file "~/Logseq/Me/pages/Inbox.org")
"* TODO %?\n %t\n %i\n %a")) "* %?\n"))
org-confirm-babel-evaluate nil org-confirm-babel-evaluate nil
org-startup-indented t org-startup-indented t
calendar-week-start-day 1)) calendar-week-start-day 1))