From c20f4a93e903b1507498c7bb2c94534bf834a26e Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 21 Apr 2024 11:30:59 +0200 Subject: [PATCH] Set up the org capture and agenda directories right --- .emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index c596e73..641196d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -480,10 +480,10 @@ org-hide-emphasis-markers t org-src-preserve-indentation 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 - '(("t" "Todo" entry (file "~/TobCloud/org/inbox.org") - "* TODO %?\n %t\n %i\n %a")) + '(("i" "Inbox" entry (file "~/Logseq/Me/pages/Inbox.org") + "* %?\n")) org-confirm-babel-evaluate nil org-startup-indented t calendar-week-start-day 1))