Re: [O] fast navigation

2011-12-22 Thread Yagnesh Raghava Yakkala
Hello, Leo Alekseyev writes: > The patch indeed fixes the problem, but has the following side effect: > the org-goto prompt now acquires a (possibly invalid) default > location, e.g. after I go to node "foo" in some file (file1), and do > an org-goto in some other file (file2), it will give me

Re: [O] fast navigation

2011-12-22 Thread Leo Alekseyev
The patch indeed fixes the problem, but has the following side effect: the org-goto prompt now acquires a (possibly invalid) default location, e.g. after I go to node "foo" in some file (file1), and do an org-goto in some other file (file2), it will give me "foo" as a default location, even though

Re: [O] fast navigation

2011-12-21 Thread Yagnesh Raghava Yakkala
Hi, Leo Alekseyev 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 unreli

Re: [O] fast navigation

2011-12-20 Thread Leo Alekseyev
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 On Tue, Dec 20, 2011 at 5:27 PM, Bastien wrote: > Hi Sergio, > >

Re: [O] fast navigation

2011-12-20 Thread Bastien
Hi Sergio, sergio writes: > On 12/20/2011 11:54 AM, Eric Abrahamsen wrote: > > I just removed org-mode package. With org-mode from emacs (6.33x) all > works fine. After this I've downloaded and installed org-mode from the > web --- problem comes back. I'm lost here -- can you restate the bug an

Re: [O] fast navigation

2011-12-20 Thread Leo Alekseyev
This very much looks like a bug to me. I just upgraded from 7.4 to 7.8 of org and am starting to see this behavior. It's even more broken when combined with ido completion (which is what I use). I just wrote a separate post to the mailing list (I wrote it before I saw this thread); it might be u

Re: [O] fast navigation

2011-12-20 Thread sergio
On 12/20/2011 11:54 AM, Eric Abrahamsen wrote: I just removed org-mode package. With org-mode from emacs (6.33x) all works fine. After this I've downloaded and installed org-mode from the web --- problem comes back. -- sergio.

Re: [O] fast navigation

2011-12-20 Thread sergio
On 12/20/2011 11:54 AM, Eric Abrahamsen wrote: > the above does not behave that way for me, it does what you're > expecting it to. It's strange, may be it's my poorly explanation, or all is clear? Have you tried to switch ido off? I'm not sure that I'm using it. > I'm using emacs 24, but I don't

Re: [O] fast navigation

2011-12-19 Thread Eric Abrahamsen
On Tue, Dec 20 2011, sergio wrote: > On 12/19/2011 05:49 AM, Eric Abrahamsen wrote: > >> The behavior I see is that I always need to start with a top-level >> heading. > Yes, but I'm talking another problem. > >> If you really can't go to b (a top level node), then something is messed >> up. > I c

Re: [O] fast navigation

2011-12-19 Thread sergio
On 12/19/2011 05:49 AM, Eric Abrahamsen wrote: > The behavior I see is that I always need to start with a top-level > heading. Yes, but I'm talking another problem. > If you really can't go to b (a top level node), then something is messed > up. I can't goto b or it's children when cursor is on b

Re: [O] fast navigation

2011-12-18 Thread Eric Abrahamsen
On Mon, Dec 19 2011, sergio wrote: > On 12/18/2011 07:54 PM, Eric Abrahamsen wrote: > >>> But there is a bug. It doesn't complete headline (and doesn't goto if >>> type it manually) which I stay on. > >> Yeah, I think it always starts completion from the top level, no >> matter where you are. I wo

Re: [O] fast navigation

2011-12-18 Thread sergio
On 12/18/2011 07:54 PM, Eric Abrahamsen wrote: >> But there is a bug. It doesn't complete headline (and doesn't goto if >> type it manually) which I stay on. > Yeah, I think it always starts completion from the top level, no > matter where you are. I wouldn't call it a bug, exactly -- what if you

Re: [O] fast navigation

2011-12-18 Thread Eric Abrahamsen
On Sat, Dec 17 2011, sergio wrote: > On 12/16/2011 09:42 AM, Eric Abrahamsen wrote: > >> What is your `org-goto-interface'? I've got mine set to >> outline-path-completion, and I think it does what you want. > > Thank you! That's what I want. > > But there is a bug. It doesn't complete headline (a

Re: [O] fast navigation

2011-12-16 Thread sergio
On 12/16/2011 09:42 AM, Eric Abrahamsen wrote: > What is your `org-goto-interface'? I've got mine set to > outline-path-completion, and I think it does what you want. Thank you! That's what I want. But there is a bug. It doesn't complete headline (and doesn't goto if type it manually) which I st

Re: [O] fast navigation

2011-12-15 Thread Eric Abrahamsen
On Fri, Dec 16 2011, sergio wrote: >> Have a look at org-goto (C-c C-j) > > I've seen it. It performs globally search not hierarchy. What is your `org-goto-interface'? I've got mine set to outline-path-completion, and I think it does what you want. Eric -- GNU Emacs 24.0.92.1 (i686-pc-linux-gn

Re: [O] fast navigation

2011-12-15 Thread sergio
> Have a look at org-goto (C-c C-j) I've seen it. It performs globally search not hierarchy. -- sergio.

Re: [O] fast navigation

2011-12-15 Thread Juan Pechiar
Hi, Have a look at org-goto (C-c C-j) http://orgmode.org/manual/Motion.html#index-org_002dgoto-83 And also completion features (eg. iswitchb emulation) http://orgmode.org/manual/Completion.html#Completion Regards, .j. On Thu, Dec 15, 2011 at 05:39:41PM +0400, sergio wrote: > Is it possi

[O] fast navigation

2011-12-15 Thread sergio
Hello. Is it possible to move through org file like cd on filesystem, ie press special hotkey and then /foo/bar/baz for goto baz headline in such file: * foo ** bar *** baz Is it possible to use completion for such paths (/foo/bar/b)? -- sergio.