diff options
| author | jao <jao@gnu.org> | 2025-11-28 13:12:09 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2025-11-28 13:12:09 +0000 |
| commit | 6582785a4004fe68c79219c690aaafdc8ec5a240 (patch) | |
| tree | 6b685b4688314f0b6c2f49b7e4dd640656fe1d06 /custom/jao-custom-eww.el | |
| parent | 1b0e0ce333bae2d3befa2d15551dd2cd77b3dc3c (diff) | |
| download | elibs-6582785a4004fe68c79219c690aaafdc8ec5a240.tar.gz elibs-6582785a4004fe68c79219c690aaafdc8ec5a240.tar.bz2 | |
jao-org-notes: capture templates with notes file fixed
Diffstat (limited to 'custom/jao-custom-eww.el')
| -rw-r--r-- | custom/jao-custom-eww.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
