summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-eww.el2
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))