emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: scripting challenge


From: Bernt Hansen
Subject: [Orgmode] Re: scripting challenge
Date: Fri, 25 Sep 2009 10:32:52 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Carsten Dominik <address@hidden> 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




reply via email to

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