From cafbfbb0deb27c0030faf209377411847795274b Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 16 Apr 2020 23:25:23 +0200 Subject: [PATCH] Make reading capture finish immediately --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 0e950dc..1496b00 100644 --- a/config.org +++ b/config.org @@ -174,7 +174,8 @@ papers / books to read. '(("t" "Task" entry (file "inbox.org") "* TODO %?") ("r" "Reading" entry (file "reading.org") - "* TODO %x")))) + "* TODO %x" + :immediate-finish t)))) #+END_SRC All these tasks, once captured, are then centralized in my [[https://orgmode.org/guide/Agenda-Views.html][agenda view]].