From mboxrd@z Thu Jan 1 00:00:00 1970 From: Detlef Steuer Subject: HTML export without all
tags Date: Fri, 25 Sep 2009 15:00:10 +0200 Message-ID: <20090925150010.0250f077@gaia> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrAPj-0004iB-Uj for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 09:00:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrAPd-0004hW-TX for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 09:00:41 -0400 Received: from [199.232.76.173] (port=46150 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrAPd-0004hP-Cw for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 09:00:37 -0400 Received: from lo.gmane.org ([80.91.229.12]:35465) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MrAPc-00074J-Bf for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 09:00:36 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MrAPa-00058m-Ob for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 15:00:34 +0200 Received: from gaia.unibw-hamburg.de ([139.11.181.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Sep 2009 15:00:34 +0200 Received: from steuer by gaia.unibw-hamburg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 25 Sep 2009 15:00:34 +0200 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 Hi! I'm in the process of adapting cmsimple (www.cmsimple.dk) to use our university's corporate design. Cmsimple in its core is a php script, which takes _one_ html file and creates the complete layout of a site on the fly while splitting the file apart at h[123] levels. Now I want to create that one html file with org-mode. What else? If I could get org-mode to export pure html without all the
tags I think I am done. But how to explain to orgmode to be dumb? The variable Org-Export-Html-Style-Include-Default ist set to nil, so no definitions included. Nevertheless the way divs are grouped around headlines seems to disturb cmsimple and its layout. At least, if I remove all divs the layout is just fine. Is there a way to get rid of all div tags in exported html? Thx Detlef