Carsten Dominik <[email protected]> writes:

> good catch, no, it does not.  This will:
>
> perl -ap -e 's/<div [^>]*>|<\/div>//g' orgoutput.html > simple.html

This works too

perl -ap -e 's@</?div[^>]*>@@g' org-mode.html >/tmp/simple.html

-Bernt


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

Reply via email to