* lisp/org.el (org-refile): Handle special file targets. Reported-by: Michaël Cadilhac <michael@cadilhac.name> <http://lists.gnu.org/archive/html/emacs-orgmode/2017-08/msg00045.html>
@@ -11986,7 +11986,9 @@ prefix argument (`C-u C-u C-u C-c C-w')."
(if (and arg (not (equal arg 3)))
(progn
(pop-to-buffer-same-window nbuf)
- (goto-char pos)
+ (goto-char (cond (pos)
+ ((org-notes-order-reversed-p) (point-min))
+ (t (point-max))))
(org-show-context 'org-goto))
(if regionp