Re: [O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
> > > This should be fixed. Thank you for reporting it. > > > Thanks for fixing it (and so quickly). I have seen what went wrong in org-html-standalone-image-p albeit I don't know what triggered it in my setup. It has been an opportunity to remove a huge pile of old stuff from my Org config :-) B

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Nicolas Goaziou
Hello, Fabrice Popineau writes: > Using the HTML exporter, I easily get spurious empty elements. > Example: > > Org-mode: > > * Section > [2014-05-15 jeu. 10:29] > > ** Subsection 1 > [2014-05-15 jeu. 10:28] [...] > > Table of Contents > > > 1. Subsection 1 > 2. Subsection 2 > > > > > >

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Bastien
Let's first try to safely reproduce the problem before pointing fingers on some functions -- bisecting your config will surely help! -- Bastien

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
> > > BTW, I wonder if org-html-standalone-image-p does actually what is > documented. It is documented > as returning non-nil in one of two cases: element is of type paragraph or > of type link. > But its code starts with: > > (and (eq (org-element-type paragraph) 'paragraph) > ...) > > w

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
2014-05-15 10:55 GMT+02:00 Bastien : > Hi Fabrice, > > Fabrice Popineau writes: > > > Using the HTML exporter, I easily get spurious empty elements. > > I can't reproduce this. Do you have a recipe with a minimal > configuration ? > > This is already good to know! I'll try to bisect my emacs con

Re: [O] Spurious elements in HTML export

2014-05-15 Thread Bastien
Hi Fabrice, Fabrice Popineau writes: > Using the HTML exporter, I easily get spurious empty elements. I can't reproduce this. Do you have a recipe with a minimal configuration ? Also mention your Org and Emacs version. Thanks, -- Bastien

[O] Spurious elements in HTML export

2014-05-15 Thread Fabrice Popineau
Hi, Using the HTML exporter, I easily get spurious empty elements. Example: Org-mode: * Section [2014-05-15 jeu. 10:29] ** Subsection 1 [2014-05-15 jeu. 10:28] Foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo bar foo ba