summary refs log tree commit diff stats
path: root/lisp/+org.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-31 17:27:21 -0600
committerCase Duckworth2022-01-31 17:27:39 -0600
commit7ffde2d9bb9165281be249f56d5b363447239ab7 (patch)
treee187a074dde1f4db39bd4b5a4ea18a809a0706ee /lisp/+org.el
parentAdd flyspell to vertico-multiform-categories (diff)
downloademacs-7ffde2d9bb9165281be249f56d5b363447239ab7.tar.gz
emacs-7ffde2d9bb9165281be249f56d5b363447239ab7.zip
Changes
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