10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-07-07 03:46:07 +02:00
QuantumPackage/plugins/local/mo_localization/org/TANGLE_org_mode.sh

8 lines
111 B
Bash
Raw Permalink Normal View History

2023-04-18 13:22:46 +02:00
#!/bin/sh
list='ls *.org'
for element in $list
do
emacs --batch $element -f org-babel-tangle
done