Commit 461eea36a981

Vincent Demeester <vincent@sbr.pm>
2015-04-02 23:17:57
Add a todo capture template :)
1 parent 0c7dee5
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1450,6 +1450,9 @@
     #+BEGIN_SRC emacs-lisp
       (setq org-capture-templates
             '(;; other entries
+              ("t" "Inbox list item" entry
+               (file+headline "~/desktop/org/todos/personal.org" "Inbox")
+               "* %?\n %i\n %a")
               ("j" "Journal entry" plain
                (file+datetree+prompt "~/desktop/org/journal.org")
                "%K - %a\n%i\n%?\n")