From 778862669e73d22f94caec29d7984ce97eeba337 Mon Sep 17 00:00:00 2001 From: mez Date: Sun, 15 Jun 2025 18:59:49 +0100 Subject: [PATCH] Fix org-capture error --- custom/capture.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ()