Fix org capture template
This commit is contained in:
parent
392e10d5c4
commit
0f3d872faf
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,7 @@ This is meant to be an helper to be called from the window manager."
|
||||||
:target (file+head "%<%Y-%m-%d>.org" "#+TITLE: %<%Y-%m-%d>"))
|
:target (file+head "%<%Y-%m-%d>.org" "#+TITLE: %<%Y-%m-%d>"))
|
||||||
("b" "Billable entry" entry
|
("b" "Billable entry" entry
|
||||||
"* TODO ${Entry} :billable:${Client}:\n:PROPERTIES:\n:SPENT: ${Spent}\n:END:\n%?"
|
"* TODO ${Entry} :billable:${Client}:\n:PROPERTIES:\n:SPENT: ${Spent}\n:END:\n%?"
|
||||||
:target (file+head "%<%Y-%m-%d>.org" "#+title %<%Y-%m-%d>")
|
:target (file+head "%<%Y-%m-%d>.org" "#+TITLE: %<%Y-%m-%d>")
|
||||||
:create-id t))
|
:create-id t))
|
||||||
)
|
)
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Reference in a new issue