From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: HTML export without all
tags Date: Fri, 25 Sep 2009 09:32:32 -0400 Message-ID: References: <20090925150010.0250f077@gaia> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MrAuh-0000Gd-4k for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 09:32:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MrAub-0000GR-Oj for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 09:32:41 -0400 Received: from [199.232.76.173] (port=43321 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MrAub-0000GO-IK for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 09:32:37 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:59852) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MrAub-0005wf-41 for emacs-orgmode@gnu.org; Fri, 25 Sep 2009 09:32:37 -0400 In-Reply-To: <20090925150010.0250f077@gaia> (Detlef Steuer's message of "Fri, 25 Sep 2009 15:00:10 +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: Detlef Steuer Cc: emacs-orgmode@gnu.org Detlef Steuer writes: > 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? AFAIK, the
tags are hard-coded into org-export-as-html. You might try org-export-generic in the contrib directory of the git repository. Another (more complex) solution: export to LaTeX and then use a converter such as hevea or tex4ht to create a basic html file. Too bad cmsimple doesn't parse org source files instead of html! ;) - Matt