Guest User

Untitled

a guest
Jun 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. (setq org-directory "/home/drobati/org")
  2. (setq org-capture-templates
  3. '(("w" "Work Action Item" entry (file+headline "~/org/action.org" "Work")
  4. "* TODO %?\n %i")
  5. ("s" "School Action Item" entry (file+headline "~/org/action.org" "School")
  6. "* TODO %?\n %i")
  7. ("b" "Bills Action Item" entry (file+headline "~/org/action.org" "Bills")
  8. "* TODO %?\n %i")))
Add Comment
Please, Sign In to add comment