From 06889c7c95969d6c79d1af53e1374838a91593c8 Mon Sep 17 00:00:00 2001 From: fpi Date: Sat, 2 Jan 2021 15:22:04 +0100 Subject: Add clock capture which clocks into any heading --- emacs-init.org | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/emacs-init.org b/emacs-init.org index ea8b991..407625e 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4083,6 +4083,13 @@ To get the title from the url in =kill-ring= I use [[id:dc4129ff-6d76-4f12-926f- :END: %i") #+END_SRC +***** Clock +#+begin_src emacs-lisp :tangle no :noweb-ref org-capture-templates +("c" "Clock" + plain + (file "~/sync/refile.org") + "%(fpi/org-clock-in-heading)") +#+end_src ***** Interrupts For interruptions. These are saved in a global refile file and to be sorted to their appropriate place. #+BEGIN_SRC emacs-lisp :tangle no :noweb-ref org-capture-templates @@ -4159,8 +4166,8 @@ Instead of project related capture templates, I use the same template for all ta #+END_SRC ***** Interesting stuff I have to look at later #+BEGIN_SRC emacs-lisp :tangle no :noweb-ref org-capture-templates -("c" "Checkout") -("cr" ".. & read" +("C" "Checkout") +("Cr" ".. & read" entry (file "~/sync/refile.org") "* TODO %a :READLIST: -- cgit v1.2.3