mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Make sure the org-goto buffer comes up in the current frame
This commit is contained in:
parent
6e33c3fc3c
commit
b3e92a8193
@ -1,5 +1,8 @@
|
||||
2010-02-12 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org.el (org-get-location): Make sure the selection buffer is
|
||||
shown in the current frame.
|
||||
|
||||
* org-ascii.el (org-export-ascii-table-widen-columns): New
|
||||
option.
|
||||
(org-export-ascii-preprocess): Realign tables to remove narrowing
|
||||
|
@ -5903,7 +5903,11 @@ or nil."
|
||||
(isearch-hide-immediately nil)
|
||||
(isearch-search-fun-function
|
||||
(lambda () 'org-goto-local-search-headings))
|
||||
(org-goto-selected-point org-goto-exit-command))
|
||||
(org-goto-selected-point org-goto-exit-command)
|
||||
(pop-up-frames nil)
|
||||
(special-display-buffer-names nil)
|
||||
(special-display-regexps nil)
|
||||
(special-display-function nil))
|
||||
(save-excursion
|
||||
(save-window-excursion
|
||||
(delete-other-windows)
|
||||
|
Loading…
Reference in New Issue
Block a user