Forgot colon
This commit is contained in:
parent
83aad01227
commit
6554122847
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ This is meant to be an helper to be called from the window manager."
|
||||||
'(
|
'(
|
||||||
("d" "Generic entry" entry
|
("d" "Generic entry" entry
|
||||||
"* %?"
|
"* %?"
|
||||||
: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>")
|
||||||
|
|
Loading…
Add table
Reference in a new issue