mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
That's a bug, not fixing it now
This commit is contained in:
parent
b1519ff804
commit
c985e9f815
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue