Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Samuel Wales
I will pull and test it tomorrow. Thank you. Posted manually for now. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is no hope without action.

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Nicolas Goaziou
Samuel Wales writes: > Might be related to the inline footnote fix. :( > > === > * blog :refile: > *** NAKA /blog posts/:refile: > * NEXT [#A] a > *** [#A] Smedley > #+macro: col

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Samuel Wales
On 2/27/13, Nicolas Goaziou wrote: > Or you can provide a file demonstrating the problem... Might be related to the inline footnote fix. :( === * blog :refile: *** NAKA /blog posts/:ref

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Nicolas Goaziou
Samuel Wales writes: > On 2/27/13, Nicolas Goaziou wrote: >> It would help to see your test file. For example, in the following Org >> buffer, >> >> * Level 1 >> ** Level 2 >> *** Level 3 >> Level 4 >> * Level 5 >> ** Level 6 > > Did you try it with org-odd-levels-only s

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Samuel Wales
On 2/27/13, Nicolas Goaziou wrote: > It would help to see your test file. For example, in the following Org > buffer, > > * Level 1 > ** Level 2 > *** Level 3 > Level 4 > * Level 5 > ** Level 6 Did you try it with org-odd-levels-only set to t? That's a standard part of O

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > The old exporter had a bug where exporting a subtree would start H > levels at the level in the file. > > Thus, the top level being exported could be H8 if it were indented to > that level. Or H38 if it were indented to that level. > > IMO better behavior is relati

Re: [O] [HTML] subtree export reverted back to absolute H level behavior

2013-02-27 Thread Samuel Wales
Also true with region export.