Browse Source

merged fixes from work

master
Marc Pohling 6 years ago
parent
commit
ee2b12c229
1 changed files with 5 additions and 7 deletions
  1. 12
      config.org

12
config.org

@ -868,13 +868,11 @@ Org overwrites RET and C-j, so I need to disable the rebinds
"* TODO %^{Title} %^g\n %u\n %?\n")))) "* TODO %^{Title} %^g\n %u\n %?\n"))))
("work_remote" ("work_remote"
(setq org-capture-templates (setq org-capture-templates
'(("t" "todo" entry (file (concat PATH_ORG_FILES "todo.org"))
"** TODO %\\n%u\n%a\n")
("n" "note" entry (file org-default-notes-file))
("p" "project" entry (file (concat PATH_ORG_FILES "projects.org"))
"** OPEN %?\n%u\n** Beschreibung\n** Zu erledigen\n*** \n** Verlauf\n***" :clock-in t :clock-resume t)
("u" "Unterbrechung" entry (file org-default-notes-file)
"* Unterbrechnung durch %? :Unterbrechung:\n%t" :clock-in t :clock-resume t))))
`(("n" "note" entry (file org-default-notes-file))
("t" "todo" entry (file+headline ,(concat PATH_ORG_FILES "todo.org") "Todos")
"* TODO %^{Title}\n %u\n %?\n")
("p" "project" entry (file+headline ,(concat PATH_ORG_FILES "projects.org") "Projekte")
"* OPEN %^{Title}\n %u\n** Beschreibung\n %?\n** Zu erledigen\n*** \n** Verlauf\n*** a\n"))))
) )
#+END_SRC #+END_SRC

Loading…
Cancel
Save