That's a bug, not fixing it now

This commit is contained in:
Benson Chu 2023-02-27 12:15:22 -06:00
parent b1519ff804
commit c985e9f815

View file

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