Merge branch 'maint'
This commit is contained in:
commit
9d7f8a71a9
|
@ -11833,7 +11833,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
|
||||
(progn
|
||||
|
|
Loading…
Reference in New Issue