Skip to content

Instantly share code, notes, and snippets.

@akshay196
Created March 13, 2019 04:43
Show Gist options
  • Save akshay196/112decc040244d5e98d009dbba95843f to your computer and use it in GitHub Desktop.
Save akshay196/112decc040244d5e98d009dbba95843f to your computer and use it in GitHub Desktop.
(setq org-capture-templates
'(("t" "Todo" entry (file+headline "~/tasks/newgtd.org" "Tasks")
"* TODO %?\nAdded on %U\n %i\n")
("r" "Refile" entry (file+headline "~/tasks/refile.org" "Tasks")
"* TODO %?\nAdded on %U\n %i\n")
("n" "Note" entry (file+datetree "~/tasks/notes.org")
"* %?\nAdded on %U\n %i\n"))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment