[Orgmode] Bug when following a link

2007-03-13 Thread Stephan Schmitt
hello, i use org-mode 4.67 in emacs 21.4.1 on linux and get a hang-up when i try to follow an internal link (C-c C-o, Mouse-2). simple test case: [[foo%20is%20explained%20here][foo]] foo is explained here. (end test case) emacs seems to be trapped in an infinite loop somewhere in org-sea

Re: [Orgmode] turning off subscripting

2007-03-13 Thread Carsten Dominik
On Mar 12, 2007, at 21:19, Eddward DeVilla wrote: Actually, I like the feature and I would prefer an option that would make the optional curly braces less optional. So $WORKING_RELEASE is unaltered and module_{base} gets subscripted. After some thinking, I do find this a good idea. Lets m

[Orgmode] bug in tag search

2007-03-13 Thread King Sun
Hi, Carsten: I would like to report a bug in org mode for tag search. === version infomation === emacs-version: 22.0.50.1 org-version: 4.68 === example file === * root ** head1:Tag1: this is head 1 ** head2:Tag2

Re: [Orgmode] turning off subscripting

2007-03-13 Thread Eddward DeVilla
On 3/13/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Mar 12, 2007, at 21:19, Eddward DeVilla wrote: After some thinking, I do find this a good idea. Lets make it work like this: #+OPTIONS: ^:nil never interpret ^ and _ as sub/superscript #+OPTIONS: ^:t always do so #+OPTIONS: ^:

Re: [Orgmode] bug in tag search

2007-03-13 Thread Eddward DeVilla
This looks like you need to adjust org-show-following-heading. org-mode allows you to show the following header for context I believe. I got your expected behavior by disabling it. Edd On 3/13/07, King Sun <[EMAIL PROTECTED]> wrote: Hi, Carsten: I would like to report a bug in org mode for ta