diff --git a/config.org b/config.org index 7f84adb..7ef533b 100644 --- a/config.org +++ b/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")))) ("work_remote" (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