org.texi: Replace broken example script for batch execution
commita6ccd4ad95167457175710e767365cdff65dc359
authorEthan Ligon <ligon@are.berkeley.edu>
Thu, 7 Apr 2016 21:05:27 +0000 (7 21:05 +0000)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 9 Apr 2016 21:16:39 +0000 (9 23:16 +0200)
tree7a4bf91a49834853f4566d4c9bf8512bdee9708d
parent0fac70ea898c7d8b2718f73515d29a7877e87bd6
org.texi: Replace broken example script for batch execution

* doc/org.texi: Example bash script to tangle from *.org file was broken
and obsolete; fixed to now work with recent versions of Org.

There is an example bash script in section  14.12 of the Org manual which
is meant to tangle source blocks from a supplied list of Org files.

The present version is broken in several small ways (it appears to date
from a period when babel was still part of contrib), and requires a
hard-coded specification of the path ORG_HOME.

I've fixed the issue with ORG_HOME, another issue with grepping for strings
that no longer are emitted by ob-tangle, and removed some obsolete
dependencies.

I'm finding the corrected script a useful thing to call from makefiles.
doc/org.texi