From c985e9f815cacbd25ccfeab9cdb205752b9b69b8 Mon Sep 17 00:00:00 2001 From: Benson Chu Date: Mon, 27 Feb 2023 12:15:22 -0600 Subject: [PATCH] That's a bug, not fixing it now --- lisp/org-process.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/org-process.el b/lisp/org-process.el index 7a121b0..e4b87a7 100644 --- a/lisp/org-process.el +++ b/lisp/org-process.el @@ -45,6 +45,7 @@ (org-refile nil nil (list headline file nil pos)))) (defun op/refile-to-point (file point) + ;; Apparently, if you refile to the previous line, there's a bug (org-refile nil nil (list nil file nil point))) (defun op/lenient-y-or-n-p (prompt)