-- Ven 25/9/09, Matt Lundin <m...@imapmail.org> ha scritto:
> Detlef Steuer <ste...@unibwh.de>
> 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







_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to