Fix org-capture error
This commit is contained in:
parent
4949abc5cc
commit
778862669e
1 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@
|
||||||
:jump-to-captured t)
|
:jump-to-captured t)
|
||||||
("g" "Beat game" entry
|
("g" "Beat game" entry
|
||||||
(file+function "" findbeaten)
|
(file+function "" findbeaten)
|
||||||
"* %^{Title} (%setconsole)"
|
"* %^{Title} (%(setconsole))"
|
||||||
:jump-to-captured t)
|
:jump-to-captured t)
|
||||||
("m" "Musical performance" entry
|
("m" "Musical performance" entry
|
||||||
(file+function "" findperf)
|
(file+function "" findperf)
|
||||||
|
@ -275,7 +275,7 @@
|
||||||
:jump-to-captured t)
|
:jump-to-captured t)
|
||||||
("1" "Completed game" entry
|
("1" "Completed game" entry
|
||||||
(file+function "" findhundred)
|
(file+function "" findhundred)
|
||||||
"* %^{Title} (%setconsole)"
|
"* %^{Title} (%(setconsole))"
|
||||||
:jump-to-captured t)))
|
:jump-to-captured t)))
|
||||||
|
|
||||||
(defun org-capture-today ()
|
(defun org-capture-today ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue