From 6582785a4004fe68c79219c690aaafdc8ec5a240 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 28 Nov 2025 13:12:09 +0000 Subject: jao-org-notes: capture templates with notes file fixed --- custom/jao-custom-eww.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/jao-custom-eww.el b/custom/jao-custom-eww.el index 30dbdf9..6f64cd3 100644 --- a/custom/jao-custom-eww.el +++ b/custom/jao-custom-eww.el @@ -129,7 +129,7 @@ (end (if (org-region-active-p) (region-end) (point-max))) (link (eww-current-url)) (title (plist-get eww-data :title)) - (buff (save-current-buffer (or dest (jao-org-notes-create title))))) + (buff (save-current-buffer (or dest (jao-org-notes-create title t))))) (with-current-buffer buff (insert "#+link: " link "\n\n") (org-mode)) -- cgit v1.2.3