Skip to content

Instantly share code, notes, and snippets.

@devn
Created November 29, 2011 16:41
Show Gist options
  • Select an option

  • Save devn/1405458 to your computer and use it in GitHub Desktop.

Select an option

Save devn/1405458 to your computer and use it in GitHub Desktop.
org-remember-templates.el
(setq org-remember-templates
(quote
(("todo" ?t "* TODO %?\n %u\n %a" "~/Dropbox/org/gtd.org" bottom nil)
("note" ?n "* %?\n :NOTE:\n %u\n %a" "~/Dropbox/org/gtd.org" bottom nil)
("journal" ?j "* %U %?" "~/Dropbox/org/journal.org" 'top nil))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment