Skip to content

Commit

Permalink
fix(merge_chapters.sh): support org-mode 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Nov 23, 2016
1 parent 1779d02 commit 0ac5124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions merge_chapters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ do
done

# Collect Appendices
echo "#+BEGIN_LATEX" >> ${TUTORIAL_ORG_FILE}
echo "#+BEGIN_EXPORT LATEX" >> ${TUTORIAL_ORG_FILE}
echo "\appendix" >> ${TUTORIAL_ORG_FILE}
echo "#+END_LATEX" >> ${TUTORIAL_ORG_FILE}
echo "#+END_EXPORT" >> ${TUTORIAL_ORG_FILE}

for APPENDIX in A[0-9]*.org
do
Expand Down

0 comments on commit 0ac5124

Please sign in to comment.