Add capture template
This commit is contained in:
parent
2fd1e5ae1a
commit
6c02ccb266
1 changed files with 5 additions and 0 deletions
|
@ -170,6 +170,11 @@
|
|||
;; Record general hours
|
||||
(add-to-list 'org-capture-templates '("A" "Allgemein" table-line (file+olp "agenda/hours.org") "| %u | %^{Stunden} | %? |"))
|
||||
|
||||
(add-to-list 'org-capture-templates
|
||||
'("u" "UTM Parameters" entry (file+headline "utm.org" "UTM Parameters")
|
||||
"* %^{Campaign Name}\n:PROPERTIES:\n:Source: %^{utm_source}\n:Medium: %^{utm_medium}\n:Term: %^{utm_term}\n:Content: %^{utm_content}\n:END:\n"))
|
||||
|
||||
|
||||
(use-package org-roam
|
||||
:after org
|
||||
:init
|
||||
|
|
Loading…
Add table
Reference in a new issue