diff --git a/custom/capture.el b/custom/capture.el index 688ed7d..1e22a9c 100644 --- a/custom/capture.el +++ b/custom/capture.el @@ -243,7 +243,7 @@ :jump-to-captured t) ("g" "Beat game" entry (file+function "" findbeaten) - "* %^{Title} (%setconsole)" + "* %^{Title} (%(setconsole))" :jump-to-captured t) ("m" "Musical performance" entry (file+function "" findperf) @@ -275,7 +275,7 @@ :jump-to-captured t) ("1" "Completed game" entry (file+function "" findhundred) - "* %^{Title} (%setconsole)" + "* %^{Title} (%(setconsole))" :jump-to-captured t))) (defun org-capture-today ()