From b7ee85637a11b251e14c302eeaa07ebdb6d62cc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 3 Jan 2024 22:35:50 +0000 Subject: [PATCH] Prompt for book acquisition method --- custom/capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/capture.el b/custom/capture.el index acb6446..119c34d 100644 --- a/custom/capture.el +++ b/custom/capture.el @@ -163,7 +163,7 @@ (setq org-capture-templates '(("a" "Acquired book" entry (file+function "" findacquired) - "* %^{Author} /%^{Title}/" + "* %^{Author} /%^{Title}/ (%^{Acquisition method})" :jump-to-captured t) ("b" "Finished book" entry (file+function "" findread)