diff --git a/scripts/publish.sh b/scripts/publish.sh index b81c58f..99f611f 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -1,7 +1,4 @@ -FILES=org/*.org -for f in $FILES -do - filename="$(basename -- $f .org)" - echo "publishing org/$filename.org to html/$filename.html" - pandoc -s --toc -H headers -f org -t html org/$filename.org -o html/$filename.html -done +bash scripts/org-to-html.sh +bash scripts/org-to-md.sh +bash scripts/org-to-txt.sh +bash scripts/publish.sh