|
|
@ -866,13 +866,11 @@ Org overwrites RET and C-j, so I need to disable the rebinds |
|
|
|
"* TODO %^{Title}\n %u %a\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 |
|
|
|
|
|
|
|