From cfb9f3faa35db326397918a5aed19f4f2acf0f43 Mon Sep 17 00:00:00 2001 From: mattkae Date: Fri, 23 Jun 2023 08:21:49 -0400 Subject: Fix for invalid escape character in latest work --- lisp/org-custom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 1037771..8c917dc 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -83,7 +83,7 @@ '(("t" "Todo" entry (file+headline org-default-notes-file "Tasks") "* TODO %?\n DEADLINE: %t") ("q" "Quick Notes" entry (file+headline org-default-notes-file "Quick Notes") - "* %?\Created on %U\n %i"))) + "* %?Created on %U\n %i"))) (defun org-archive-done-tasks () "Archive all done tasks in an org subtree" -- cgit v1.2.1