From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: image alt text for HTML export Date: Tue, 04 Jan 2011 17:26:45 +0100 Message-ID: <87pqsc4ou2.fsf@gnu.org> References: <20100914070111.GA8823@dimension8.tehua.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=36151 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pa9iz-0006LY-Mr for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 11:27:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pa9iw-0001Pn-Sx for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 11:27:05 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:36967) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pa9iw-0001PO-M3 for emacs-orgmode@gnu.org; Tue, 04 Jan 2011 11:27:02 -0500 Received: by wyj26 with SMTP id 26so15085080wyj.0 for ; Tue, 04 Jan 2011 08:27:01 -0800 (PST) In-Reply-To: <20100914070111.GA8823@dimension8.tehua.net> (Aidan Gauland's message of "Tue, 14 Sep 2010 19:01:12 +1200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Aidan Gauland writes: > #+HTML: foo > > If there is no way to do this, should I file a feature request? I think you're looking for this: #+ATTR_HTML: alt="My image description" [[file:~/image.jpg][My Image]] HTH, -- Bastien