[emacs] Add Capture template for TODO + Rubyshift

This commit is contained in:
Sebastian Schulze 2016-03-30 08:41:30 +02:00
parent 8936fd16d0
commit 666e89c162
1 changed files with 7 additions and 0 deletions

View File

@ -10,5 +10,12 @@
(setq org-agenda-files (quote ("~/ownCloud/clientsync/Zettelkasten")))
(setq org-default-notes-file "~/ownCloud/clientsync/Zettelkasten/refile.org")
(setq org-capture-templates
'(("t" "Todo" entry (file+headline "~/ownCloud/clientsync/Zettelkasten/Todo.org" "Inbox")
"* TODO %?\n %i\n %a")
("r" "RubyShift" entry (file+headline "~/ownCloud/clientsync/Zettelkasten/Rubyshift.org" "Unsorted")
"* %?\nEntered on %U\n %i\n %a")))
(provide 'org-config)
;;; org-config.el ends here