diff options
| author | fpi | 2021-01-02 15:22:04 +0100 | 
|---|---|---|
| committer | fpi | 2022-03-17 14:37:55 +0100 | 
| commit | 06889c7c95969d6c79d1af53e1374838a91593c8 (patch) | |
| tree | 05be8d812726c3fe6fcdd8ad9dd726b8af118356 | |
| parent | Disable save password prompt from auth-source (diff) | |
Add clock capture which clocks into any heading
| -rw-r--r-- | emacs-init.org | 11 | 
1 files 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:  | 
