7 lines
194 B
Bash
Executable File
7 lines
194 B
Bash
Executable File
#!/bin/sh
|
|
|
|
emacs -q --batch -l util.el -f filter-org
|
|
echo "Calling org_fix_links.py..."
|
|
./org_fix_links.py < ./_tmp_filtered.org > ./_tmp_filtered2.org
|
|
emacs -q --batch -l util.el -f export-run
|