Re: [O] extra paragraph in image export?

2017-01-25 Thread Matt Price
(I totally misread the patch, sorry. duh.) On Wed, Jan 25, 2017 at 11:59 AM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > >> So would the following patch fix the issue? > > > > Looks fine to me. > > > > Thanks! > > Applied. Thank you. > >

Re: [O] extra paragraph in image export?

2017-01-25 Thread Nicolas Goaziou
Hello, Rasmus writes: >> So would the following patch fix the issue? > > Looks fine to me. > > Thanks! Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] extra paragraph in image export?

2017-01-25 Thread Rasmus
> So would the following patch fix the issue? Looks fine to me. Thanks! Rasmus -- The second rule of Fight Club is: You do not talk about Fight Club

Re: [O] extra paragraph in image export?

2017-01-25 Thread Rasmus
Hi, >> I'm not sure. Doesn't look like it to me -- I would instead have put: >> >> -(format "\n%s" contents) >> +(format "\n%s" contents) >> >> Because we never want the tag inside the figure. Isn't that right? > > I don't think so. When `org-html-html5-fancy' is non-nil,

Re: [O] extra paragraph in image export?

2017-01-25 Thread Nicolas Goaziou
Hello, Matt Price writes: > I'm not sure. Doesn't look like it to me -- I would instead have put: > > -(format "\n%s" contents) > +(format "\n%s" contents) > > Because we never want the tag inside the figure. Isn't that right? I don't think so. When

Re: [O] extra paragraph in image export?

2017-01-24 Thread Matt Price
On Tue, Jan 24, 2017 at 4:27 PM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > I'm not an expert of HTML either. However, the "p" tag inside the > > "figure" is uncommon looking a bit on the example usages online. Thus, I > > agree with Matt

Re: [O] extra paragraph in image export?

2017-01-24 Thread Matt Price
On Tue, Jan 24, 2017 at 4:27 PM, Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > I'm not an expert of HTML either. However, the "p" tag inside the > > "figure" is uncommon looking a bit on the example usages online. Thus, I > > agree with Matt

Re: [O] extra paragraph in image export?

2017-01-24 Thread Nicolas Goaziou
Hello, Rasmus writes: > I'm not an expert of HTML either. However, the "p" tag inside the > "figure" is uncommon looking a bit on the example usages online. Thus, I > agree with Matt that it should probably not be there. OK. > AFAIK, the CSS selector still differs so on the

Re: [O] extra paragraph in image export?

2017-01-24 Thread Rasmus
Hi, >> with org-html-html5-fancy is non-nil, images are exported with something >> like this code: >> >> >> https://imgs.xkcd.com/comics/proof_2x.png; alt="proof_2x.png" >> class="fragment (appear) visible current-fragment" >> data-fragment-index="0"> >> I'm not an expert of HTML either.

Re: [O] extra paragraph in image export?

2017-01-22 Thread Nicolas Goaziou
Hello, Matt Price writes: > with org-html-html5-fancy is non-nil, images are exported with something > like this code: > > > https://imgs.xkcd.com/comics/proof_2x.png; alt="proof_2x.png" > class="fragment (appear) visible current-fragment" > data-fragment-index="0"> > > >

Re: [O] extra paragraph in image export?

2017-01-21 Thread Matt Price
On Sat, Jan 21, 2017 at 11:26 AM, Matt Price wrote: > with org-html-html5-fancy is non-nil, images are exported with something > like this code: > > > https://imgs.xkcd.com/comics/proof_2x.png; > alt="proof_2x.png" class="fragment (appear) visible current-fragment" >

[O] extra paragraph in image export?

2017-01-21 Thread Matt Price
with org-html-html5-fancy is non-nil, images are exported with something like this code: https://imgs.xkcd.com/comics/proof_2x.png; alt="proof_2x.png" class="fragment (appear) visible current-fragment" data-fragment-index="0"> At least in ox-reveal, this makes it quite difficult to address