blag/copy_log.sh
2021-08-07 11:49:38 -04:00

9 lines
229 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
#sed -i -e "s/^- /- /g" log.md