Set up the org capture and agenda directories right
This commit is contained in:
parent
663a26f964
commit
c20f4a93e9
1 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue