summary refs log tree commit diff stats
path: root/lisp/+org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/+org.el')
-rw-r--r--lisp/+org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/+org.el b/lisp/+org.el index 5062a08..06e70e4 100644 --- a/lisp/+org.el +++ b/lisp/+org.el
@@ -269,7 +269,7 @@ instead of the true count."
269 (region-end)))) 269 (region-end))))
270 (org-link (when clipboard-url 270 (org-link (when clipboard-url
271 (org-link-make-string 271 (org-link-make-string
272 clipboard-url 272 (string-trim clipboard-url)
273 (or region-content 273 (or region-content
274 (read-string "title: " 274 (read-string "title: "
275 (with-current-buffer 275 (with-current-buffer