Minor typo in the commented text of the definition of `org-roam-refile` (#2263)

master
apc 3 years ago committed by GitHub
parent e418037991
commit 3add6748ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      org-roam-node.el

@ -922,7 +922,7 @@ If region is active, then use it instead of the node at point."
(if (buffer-file-name)
(delete-file (buffer-file-name)))
(set-buffer-modified-p nil)
;; In this was done during capture, abort the capture process.
;; If this was done during capture, abort the capture process.
(when (and org-capture-mode
(buffer-base-buffer (current-buffer)))
(org-capture-kill))

Loading…
Cancel
Save