From 9c893c9eca63e5c3c6715bf3364b3ecc5e31fc12 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Tue, 4 Apr 2023 19:12:30 +0200 Subject: org: simplify --- lisp/init-org.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lisp') diff --git a/lisp/init-org.el b/lisp/init-org.el index a424478..7551aa0 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -34,11 +34,8 @@ ;; record time when moving a task to done state (setq org-log-done 'time) - ;; default file for capture - (setq org-default-notes-file (expand-file-name "inbox.org" org-directory)) - ;; capture template including title, date and time - (setq org-capture-templates '(("i" "Inbox" entry (file "") + (setq org-capture-templates '(("i" "Inbox" entry (file "inbox.org") "* TODO %?\n%U" :empty-lines-after 1) ("t" "Tasks" entry (file+headline "notes.org" "Tasks") -- cgit v1.2.3