From e68c24a191cfd2fd285f0c64219cf850a1d73c07 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Fri, 7 Apr 2023 08:53:44 +0200 Subject: [PATCH] Add agenda files and capture template for org --- .emacs.d/init.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3140358..dc2ffe4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -308,7 +308,11 @@ org-special-ctrl-a/e t org-pretty-entities t org-hide-emphasis-markers t - org-startup-with-inline-images t)) + org-startup-with-inline-images t + org-agenda-files '("~/TobCloud/org") + org-capture-templates + '(("t" "Todo" entry (file "~/TobCloud/org/inbox.org") + "* TODO %?\n %t\n %i\n %a")))) (use-package org-modern :after org