From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Adding HTML into exported files Date: Tue, 10 Feb 2009 20:30:19 +0100 Message-ID: References: <87vdrixwyb.wl%jan.seeger@thenybble.de> <877i3y2xto.fsf@kassiopeya.MSHEIMNETZ> <499189c3.2115300a.5e5b.ffffa0c5@mx.google.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWyJR-0004d0-Fs for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 14:30:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWyJO-0004co-3H for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 14:30:28 -0500 Received: from [199.232.76.173] (port=38686 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWyJN-0004cl-Rp for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 14:30:25 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:52173) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWyJN-0005CV-Ir for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 14:30:25 -0500 Received: by ewy13 with SMTP id 13so3765089ewy.18 for ; Tue, 10 Feb 2009 11:30:23 -0800 (PST) In-Reply-To: <499189c3.2115300a.5e5b.ffffa0c5@mx.google.com> 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: Richard Riley Cc: Org Mode List On Feb 10, 2009, at 3:05 PM, Richard Riley wrote: > Sebastian Rose writes: > >> >> This is the cleanest way to do it. >> >> #+ATTR_HTML: alt="an image" id="mySpecialImmage" >> [[./img/a.jpg] ] >> >> and use CSS. >> >> > > I didn't know about this! > > Should this maybe be documented somewhere other than in the Links > section > of the manual? > > > (org) Links It is documented here: http://orgmode.org/manual/Links.html#Links Is this not the right place? - Carsten