At Tue, 26 Jan 2010 16:01:23 +0000, Eric S Fraga wrote: > The following works just fine (at least for HTML export, not sure about > anything else): > > --8<---------------cut here---------------start------------->8--- > * This is the first header line > > 1. This is line number 1 > 2. This is line number 2 > 3. This is line number 3 > <<Anchor1>> > 1. This should be line number 4, but is reset by the anchor tag > 2. This should be line number 5. > --8<---------------cut here---------------end--------------->8--- > > Note the indentation in particular.
(responding to my own post... sorry!) The above is a little misleading as it looks like org is confused with respect to list numbering. I should have said that the numbering above was incorrect only because I hadn't given org a chance to update the numbers. Hitting, for instance, C-cC-c on the last line gives: --8<---------------cut here---------------start------------->8--- * This is the first header line 1. This is line number 1 2. This is line number 2 3. This is line number 3 <<Anchor1>> 4. This should be line number 4, but is reset by the anchor tag 5. This should be line number 5. --8<---------------cut here---------------end--------------->8--- Apologies for any confusion caused! eric _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode