* 4.70 org-goto bug
@ 2007-04-09 10:13 Rick Moynihan
2007-04-11 5:07 ` Carsten Dominik
0 siblings, 1 reply; 6+ messages in thread
From: Rick Moynihan @ 2007-04-09 10:13 UTC (permalink / raw)
To: emacs-orgmode
Hi, I've been playing with org-mode 4.70 and I'm really liking the
multiple TODO sequences.
However, I seem to have encountered a bug with org-goto. When
navigating between headings of the same level with "f" and "b", if I try
and move too far (i.e. I'm at either the first or last level of
indentation and I push f/b respectively) I get the error:
error "before first heading".
Then ALL of my emacs keybindings fail, I can't seem to switch buffers or
even kill the debug buffer.
Strangely sometimes I can't seem to generate the error, so it doesn't
seem to happen EVERY time, though restarting Emacs and navigating
straight to an org-mode buffer through the agenda and instantly trying
to cause the bug through running C-c C-j and then generating the error
through the process described above seems to cause it every time. Could
there be something funny in my config?
R.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4.70 org-goto bug
2007-04-09 10:13 4.70 org-goto bug Rick Moynihan
@ 2007-04-11 5:07 ` Carsten Dominik
2007-04-11 10:29 ` Leo
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-04-11 5:07 UTC (permalink / raw)
To: Rick Moynihan; +Cc: emacs-orgmode
I cannot reproduce that bug. Anyone?
- Carsten
On Apr 9, 2007, at 12:13, Rick Moynihan wrote:
> Hi, I've been playing with org-mode 4.70 and I'm really liking the
> multiple TODO sequences.
>
> However, I seem to have encountered a bug with org-goto. When
> navigating between headings of the same level with "f" and "b", if I
> try and move too far (i.e. I'm at either the first or last level of
> indentation and I push f/b respectively) I get the error:
>
> error "before first heading".
>
> Then ALL of my emacs keybindings fail, I can't seem to switch buffers
> or even kill the debug buffer.
>
> Strangely sometimes I can't seem to generate the error, so it doesn't
> seem to happen EVERY time, though restarting Emacs and navigating
> straight to an org-mode buffer through the agenda and instantly trying
> to cause the bug through running C-c C-j and then generating the error
> through the process described above seems to cause it every time.
> Could there be something funny in my config?
>
>
> R.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4.70 org-goto bug
2007-04-11 5:07 ` Carsten Dominik
@ 2007-04-11 10:29 ` Leo
2007-04-12 7:20 ` Carsten Dominik
2007-04-11 10:31 ` Leo
2007-04-13 16:58 ` Rick Moynihan
2 siblings, 1 reply; 6+ messages in thread
From: Leo @ 2007-04-11 10:29 UTC (permalink / raw)
To: emacs-orgmode
On 2007-04-11, Carsten Dominik said:
> I cannot reproduce that bug. Anyone?
>
> - Carsten
I can't reproduce it either. However, on the first heading, 'b' will
move to the first line of the buffer even it is not a heading. Is this
intentional?
To reproduce:
o 'C-c C-j'
o hit 'u' until on level-1 heading
o hit 'b' all the way
You will see cursor eventually located in a non-heading line and 'f'
won't be able to move back to heading line although 'n' can.
Sample org file:
,----
| #+STARTUP: content
| * Head 1
| * Head 2
`----
>
> On Apr 9, 2007, at 12:13, Rick Moynihan wrote:
>
>> Hi, I've been playing with org-mode 4.70 and I'm really liking the
>> multiple TODO sequences.
>>
>> However, I seem to have encountered a bug with org-goto. When
>> navigating between headings of the same level with "f" and "b", if I
>> try and move too far (i.e. I'm at either the first or last level of
>> indentation and I push f/b respectively) I get the error:
>>
>> error "before first heading".
>>
>> Then ALL of my emacs keybindings fail, I can't seem to switch
>> buffers or even kill the debug buffer.
--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4.70 org-goto bug
2007-04-11 5:07 ` Carsten Dominik
2007-04-11 10:29 ` Leo
@ 2007-04-11 10:31 ` Leo
2007-04-13 16:58 ` Rick Moynihan
2 siblings, 0 replies; 6+ messages in thread
From: Leo @ 2007-04-11 10:31 UTC (permalink / raw)
To: emacs-orgmode
On 2007-04-11, Carsten Dominik said:
> I cannot reproduce that bug. Anyone?
>
> - Carsten
I can't reproduce it either. However, on the first heading, 'b' will
move to the first line of the buffer even it is not a heading. Is this
intentional?
To reproduce:
o 'C-c C-j'
o hit 'u' until on level-1 heading
o hit 'b' all the way
You will see cursor eventually located in a non-heading line and 'f'
won't be able to move back to heading line although 'n' can.
Sample org file:
,----
| #+STARTUP: content
| * Head 1
| * Head 2
`----
> On Apr 9, 2007, at 12:13, Rick Moynihan wrote:
>
>> Hi, I've been playing with org-mode 4.70 and I'm really liking the
>> multiple TODO sequences.
>>
>> However, I seem to have encountered a bug with org-goto. When
>> navigating between headings of the same level with "f" and "b", if I
>> try and move too far (i.e. I'm at either the first or last level of
>> indentation and I push f/b respectively) I get the error:
>>
>> error "before first heading".
>>
>> Then ALL of my emacs keybindings fail, I can't seem to switch
>> buffers or even kill the debug buffer.
--
Leo <sdl.web AT gmail.com> (GPG Key: 9283AA3F)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Re: 4.70 org-goto bug
2007-04-11 10:29 ` Leo
@ 2007-04-12 7:20 ` Carsten Dominik
0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-04-12 7:20 UTC (permalink / raw)
To: Leo; +Cc: emacs-orgmode
On Apr 11, 2007, at 12:29, Leo wrote:
> However, on the first heading, 'b' will
> move to the first line of the buffer even it is not a heading. Is this
> intentional?
I am just using outline-backward-same-level and don't want to
re-implement this function just to fix this minor bug.
You might want to report this as bug to the Emacs maintainers.
- Carsten
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: 4.70 org-goto bug
2007-04-11 5:07 ` Carsten Dominik
2007-04-11 10:29 ` Leo
2007-04-11 10:31 ` Leo
@ 2007-04-13 16:58 ` Rick Moynihan
2 siblings, 0 replies; 6+ messages in thread
From: Rick Moynihan @ 2007-04-13 16:58 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode
I've discovered that this problem was only occuring at work, and not at
home. I think my site installation of emacs 22 was messed up, perhaps
colliding with emacs21. And possibly confusing the org-mode install.
In truth I have no idea, but a clean reinstall seems to have things
working normally. For now anyway... :)
R.
Carsten Dominik wrote:
> I cannot reproduce that bug. Anyone?
>
> - Carsten
>
> On Apr 9, 2007, at 12:13, Rick Moynihan wrote:
>
>> Hi, I've been playing with org-mode 4.70 and I'm really liking the
>> multiple TODO sequences.
>>
>> However, I seem to have encountered a bug with org-goto. When
>> navigating between headings of the same level with "f" and "b", if I
>> try and move too far (i.e. I'm at either the first or last level of
>> indentation and I push f/b respectively) I get the error:
>>
>> error "before first heading".
>>
>> Then ALL of my emacs keybindings fail, I can't seem to switch buffers
>> or even kill the debug buffer.
>>
>> Strangely sometimes I can't seem to generate the error, so it doesn't
>> seem to happen EVERY time, though restarting Emacs and navigating
>> straight to an org-mode buffer through the agenda and instantly trying
>> to cause the bug through running C-c C-j and then generating the error
>> through the process described above seems to cause it every time.
>> Could there be something funny in my config?
>>
>>
>> R.
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>>
>
> --
> Carsten Dominik
> Sterrenkundig Instituut "Anton Pannekoek"
> Universiteit van Amsterdam
> Kruislaan 403
> NL-1098SJ Amsterdam
> phone: +31 20 525 7477
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-04-13 17:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-09 10:13 4.70 org-goto bug Rick Moynihan
2007-04-11 5:07 ` Carsten Dominik
2007-04-11 10:29 ` Leo
2007-04-12 7:20 ` Carsten Dominik
2007-04-11 10:31 ` Leo
2007-04-13 16:58 ` Rick Moynihan
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).