From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: using lightbox plugins in HTML export Date: Mon, 20 Jan 2014 12:19:36 +0100 Message-ID: <87r482yk6v.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5CtR-0002Qv-5N for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 06:19:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W5CtI-0001TP-P5 for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 06:19:49 -0500 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:59604) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W5CtI-0001TJ-Go for emacs-orgmode@gnu.org; Mon, 20 Jan 2014 06:19:40 -0500 Received: by mail-wi0-f179.google.com with SMTP id hr1so3016056wib.12 for ; Mon, 20 Jan 2014 03:19:39 -0800 (PST) In-Reply-To: (Peter Salazar's message of "Thu, 16 Jan 2014 04:58:21 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Peter Salazar Cc: org-mode 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_HTML: :rel lightbox [[file:image.png]] HTH, -- Bastien