emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] fast navigation


From: Yagnesh Raghava Yakkala
Subject: Re: [O] fast navigation
Date: Wed, 21 Dec 2011 22:31:37 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Hi,

Leo Alekseyev <address@hidden> writes:

> I recorded the bug in a short screencast.  emacs was started with -Q;
> in the second part of the screencast it was restarted with a config
> file that only included ido mode
>
> http://www.youtube.com/watch?v=z6nDUh0RH_c&feature=youtu.be
>

The attached highly unrelible online PATCH fixes the problem. I dont know
it has any side effects.

diff --git a/lisp/org.el b/lisp/org.el
index 7e24367..02a4666 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -6797,7 +6797,7 @@ hierarchy above."
         (selected-point
          (if (eq interface 'outline)
              (car (org-get-location (current-buffer) org-goto-help))
-           (let ((pa (org-refile-get-location "Goto")))
+           (let ((pa (org-refile-get-location "Goto" nil nil t)))
              (org-refile-check-position pa)
              (nth 3 pa)))))
     (if selected-point

-- 
YYR

reply via email to

[Prev in Thread] Current Thread [Next in Thread]