Carsten Dominik <carsten.domi...@gmail.com> writes:

> On Sep 25, 2009, at 2:00 PM, Detlef Steuer wrote:
>
>> Is there a way to get rid of all div tags in exported html?
>
> I guess the easiest would be to just post-process the html file
> produced by Org.  For example with perl (untested):
>
> perl -ap -e 's/<div [^>]*>//g' orgoutput.html > simple.html

So simple and elegant. It's amazing how many simple tricks you learn by
hanging around this list. :)

- Matt


_______________________________________________
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