Make sure the org-goto buffer comes up in the current frame
authorCarsten Dominik <[email protected]>
Fri, 12 Feb 2010 17:55:27 +0000 (12 18:55 +0100)
committerCarsten Dominik <[email protected]>
Fri, 12 Feb 2010 17:55:27 +0000 (12 18:55 +0100)
lisp/ChangeLog
lisp/org.el

index 32b5ccd..31f5fc0 100755 (executable)
@@ -1,5 +1,8 @@
 2010-02-12  Carsten Dominik  <[email protected]>
 
+       * 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
index 640802a..f237367 100644 (file)
@@ -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)