|
@@ -11833,7 +11833,9 @@ prefix argument (`C-u C-u C-u C-c C-w')."
|
|
(if (and arg (not (equal arg 3)))
|
|
(if (and arg (not (equal arg 3)))
|
|
(progn
|
|
(progn
|
|
(pop-to-buffer-same-window nbuf)
|
|
(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))
|
|
(org-show-context 'org-goto))
|
|
(if regionp
|
|
(if regionp
|
|
(progn
|
|
(progn
|