Re: [O] using lightbox plugins in HTML export

2014-01-24 Thread Peter Salazar
Good idea, that would be great! On Thu, Jan 23, 2014 at 2:33 AM, Bastien wrote: > Hi Peter, > > Peter Salazar writes: > > > Thanks for the response. That ATTR_HTML comes in very handy. I made > > one adjustment to your code, and it totally worked! Amazing! > > > > Here it is in full: > > > > #

Re: [O] using lightbox plugins in HTML export

2014-01-22 Thread Bastien
Hi Peter, Peter Salazar writes: > Thanks for the response. That ATTR_HTML comes in very handy. I made > one adjustment to your code, and it totally worked! Amazing! > > Here it is in full: > > #+ATTR_LaTeX: :width 300px > #+ATTR_HTML: :rel lightbox :href image.png > [[file:image.png]] Glad it w

Re: [O] using lightbox plugins in HTML export

2014-01-22 Thread Peter Salazar
Hey Bastien, Thanks for the response. That ATTR_HTML comes in very handy. I made one adjustment to your code, and it totally worked! Amazing! Here it is in full: #+ATTR_LaTeX: :width 300px #+ATTR_HTML: :rel lightbox :href image.png [[file:image.png]] Thanks! On Mon, Jan 20, 2014 at 6:19 AM,

Re: [O] using lightbox plugins in HTML export

2014-01-20 Thread Bastien
Hi Peter, Peter Salazar writes: > Alternatively, how do I specify the LaTeX image on one line, and the > HTML image as an on a different line, such that > the link doesn't appear in the LaTeX export and the image doesn't get > duplicated in the HTML export? #+ATTR_LaTeX: :width 300px #+ATTR_HT

Re: [O] using lightbox plugins in HTML export

2014-01-16 Thread Peter Salazar
Alternatively, how do I specify the LaTeX image on one line, and the HTML image as an on a different line, such that the link doesn't appear in the LaTeX export and the image doesn't get duplicated in the HTML export? Thanks! On Wed, Jan 15, 2014 at 1:32 AM, Peter Salazar wrote: > Does anyone