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

This commit is contained in:
apc
2022-12-02 03:17:10 -05:00
committed by GitHub
parent e418037991
commit 3add6748ae

View File

@@ -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))