#!/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