From: Yagnesh Raghava Yakkala <yagnesh@live.com>
To: emacs-orgmode@gnu.org
Subject: Re: fast navigation
Date: Wed, 21 Dec 2011 22:31:37 +0900 [thread overview]
Message-ID: <87iplacapy.fsf@live.com> (raw)
In-Reply-To: CADzxs1nWp6gywTdR=hJ_ABaCjxCiVx=BEjjjj8x3h82HaYAdYQ@mail.gmail.com
[-- Attachment #1: Type: text/plain, Size: 392 bytes --]
Hi,
Leo Alekseyev <dnquark@gmail.com> 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.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: org.el.diff --]
[-- Type: text/x-diff, Size: 458 bytes --]
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
[-- Attachment #3: Type: text/plain, Size: 10 bytes --]
--
YYR
next prev parent reply other threads:[~2011-12-21 13:32 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-15 13:39 fast navigation sergio
2011-12-15 15:13 ` Juan Pechiar
2011-12-16 0:36 ` sergio
2011-12-16 5:42 ` Eric Abrahamsen
2011-12-17 0:31 ` sergio
2011-12-18 15:54 ` Eric Abrahamsen
2011-12-18 17:06 ` sergio
2011-12-19 1:49 ` Eric Abrahamsen
2011-12-19 23:19 ` sergio
2011-12-20 7:54 ` Eric Abrahamsen
2011-12-20 12:02 ` sergio
2011-12-20 12:24 ` sergio
2011-12-20 18:10 ` Leo Alekseyev
2011-12-20 22:27 ` Bastien
2011-12-21 6:43 ` Leo Alekseyev
2011-12-21 13:31 ` Yagnesh Raghava Yakkala [this message]
2011-12-22 21:45 ` Leo Alekseyev
2011-12-23 0:21 ` Yagnesh Raghava Yakkala
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87iplacapy.fsf@live.com \
--to=yagnesh@live.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).