emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] using lightbox plugins in HTML export


From: Peter Salazar
Subject: Re: [O] using lightbox plugins in HTML export
Date: Wed, 22 Jan 2014 23:34:11 -0500

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, Bastien <address@hidden> wrote:
Hi Peter,

Peter Salazar <address@hidden> writes:

> Alternatively, how do I specify the LaTeX image on one line, and the
> HTML image as an <a href rel=lightbox> 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_HTML: :rel lightbox
[[file:image.png]]

HTH,

--
 Bastien


reply via email to

[Prev in Thread] Current Thread [Next in Thread]