From 0d1fe48e6faf205e8a5c7c48bd4635df3afe0de7 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 29 Oct 2021 14:35:35 +0200 Subject: [PATCH] Allow to copy template from outside of current file My checklist template are usually located in a separate file, and sometimes even in more than one. Being able to copy those template to point is thus crucial. --- site-lisp/db-org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index f4c3cf9..f6b6e04 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -596,7 +596,7 @@ item, which might be an instance of a periodic task. If POM is not given, use `db/org-get-location' to interactively query for it." - (interactive (list (db/org-get-location))) + (interactive (list (db/org-get-location t))) (unless (number-or-marker-p pom) (user-error "Argument is neither point nor mark: %s" pom)) (let ((body (save-restriction