emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

R: [Orgmode] Re: HTML export without all <div ...> tags


From: Giovanni Ridolfi
Subject: R: [Orgmode] Re: HTML export without all <div ...> tags
Date: Fri, 25 Sep 2009 06:53:23 -0700 (PDT)

-- Ven 25/9/09, Matt Lundin <address@hidden> ha scritto:
> Detlef Steuer <address@hidden>
> writes:
> 
> > If I could get org-mode to export pure html without
> > all the <div> tags
> 
> AFAIK, the <div> 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.
> 

Another solution: 
1. write a function to remove <div> and </div> tags
2. call that function in a post-processing hook. 
   I'm pretty sure there's a post processing hook 
   for html-export.

cheers,
Giovanni









reply via email to

[Prev in Thread] Current Thread [Next in Thread]