Fix org-capture error

This commit is contained in:
mez 2025-06-15 18:59:49 +01:00
parent 4949abc5cc
commit 778862669e

View file

@ -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 ()