Emacs org-mode: adjusted captures

This commit is contained in:
Marcel Kapfer 2019-02-02 17:15:44 +01:00
parent b8dcc62259
commit 272d029f06
No known key found for this signature in database
GPG Key ID: 2DD1043A5603FCED
1 changed files with 1 additions and 5 deletions

View File

@ -471,12 +471,8 @@
"* TODO %?\n SCHEDULED: %^T\n :PROPERTIES:\n :CREATED: %U\n :END:\n")
("m" "scheduled mail" entry (file+headline "~/cloud/org/todo.org" "Tasks")
"* TODO %?\n SCHEDULED: %^T\n :PROPERTIES:\n :CREATED: %U\n :END:\n %a\n")
("n" "Note" entry (file+headline "~/cloud/org/notes.org" "Notes")
"* %? \n %i\n :PROPERTIES:\n :CREATED: %U\n :END:\n %a\n")
("p" "Project Idea" entry (file+headline "~/cloud/org/projects.org" "INBOX")
"* TODO %?\n %i\n :PROPERTIES:\n :CREATED: %U\n :END:\n")
("w" "Wiki Entry" entry (file+headline "~/cloud/org/wiki.org" "INBOX")
"* %? \n :PROPERTIES:\n :CREATED: %U\n :END:\n %i\n")))
"* TODO %?\n %i\n :PROPERTIES:\n :CREATED: %U\n :END:\n")))
;; set org refile targets
(setq org-refile-targets '((org-agenda-files :maxlevel . 2)))