From b3e92a81931ac831b6f5e22f5f3762eb879bdef1 Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 12 Feb 2010 18:55:27 +0100 Subject: [PATCH] Make sure the org-goto buffer comes up in the current frame --- lisp/ChangeLog | 3 +++ lisp/org.el | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 32b5ccdac..31f5fc070 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-02-12 Carsten Dominik + * 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 diff --git a/lisp/org.el b/lisp/org.el index 640802a17..f2373677d 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -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)