From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Seeger Subject: Re: Adding HTML into exported files Date: Tue, 10 Feb 2009 15:27:19 +0100 Message-ID: <87ocxaxt88.wl%jan.seeger@thenybble.de> References: <87vdrixwyb.wl%jan.seeger@thenybble.de> <877i3y2xto.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWtaw-0003vN-87 for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 09:28:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWtau-0003uR-Ij for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 09:28:13 -0500 Received: from [199.232.76.173] (port=57846 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWtau-0003uL-69 for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 09:28:12 -0500 Received: from thenybble.de ([87.230.95.74]:43927) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LWtat-0006l8-FK for emacs-orgmode@gnu.org; Tue, 10 Feb 2009 09:28:11 -0500 In-Reply-To: <877i3y2xto.fsf@kassiopeya.MSHEIMNETZ> 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: Sebastian Rose Cc: Org Mode List At Tue, 10 Feb 2009 15:03:47 +0100, Sebastian Rose wrote: > > Hi Jan, > > > there are several possiblities to achive your goal. > > B) > > #+begin_html > > Html code here > > #+end_html Yep, that's what I did. It's somewhat ugly though. > and C) > > This is the cleanest way to do it. > > #+ATTR_HTML: alt="an image" id="mySpecialImmage" > [[./img/a.jpg] ] > > and use CSS. > The problem is that I can't use CSS. I need to modify the HTML to insert an element which forces the outline-2 container to extend all the way down to the end of the image. Regards, Jan