mirror of
https://github.com/org-roam/org-roam
synced 2025-09-16 15:56:48 -05:00
Minor typo in the commented text of the definition of org-roam-refile
(#2263)
This commit is contained in:
@@ -922,7 +922,7 @@ If region is active, then use it instead of the node at point."
|
|||||||
(if (buffer-file-name)
|
(if (buffer-file-name)
|
||||||
(delete-file (buffer-file-name)))
|
(delete-file (buffer-file-name)))
|
||||||
(set-buffer-modified-p nil)
|
(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
|
(when (and org-capture-mode
|
||||||
(buffer-base-buffer (current-buffer)))
|
(buffer-base-buffer (current-buffer)))
|
||||||
(org-capture-kill))
|
(org-capture-kill))
|
||||||
|
Reference in New Issue
Block a user