Skip to content

Instantly share code, notes, and snippets.

@JustenRickert
Created April 23, 2018 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JustenRickert/8df15081a93fe28cf0e241879e2014e2 to your computer and use it in GitHub Desktop.
Save JustenRickert/8df15081a93fe28cf0e241879e2014e2 to your computer and use it in GitHub Desktop.
(setq org-capture-templates
'(("n" "Task" entry (file+headline "~/life/org/inbox.org"
"Inbox")
"* TODO %? \n%i - Task created on %U \\\\" :empty-lines 1)
("j" "Journal" entry (file+datetree "~/life/org/journal.org")
"* %<%H:%M> %?\n" :empty-lines 1)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment