diff --git a/common-project-files.org b/common-project-files.org index 98e8014..22ed741 100644 --- a/common-project-files.org +++ b/common-project-files.org @@ -773,27 +773,12 @@ Use this file to manage the files listed in the table below: #+END_SRC -** Tutorial Template +* Common Project Settings -#+BEGIN_SRC org :eval never :noweb yes - - ,#+TITLE: - ,#+HTML: - - ,* Summary - ,* Concepts - ,* Examples - ,* Further Study - ,* Common Export Settings :noexport: - - «common-export-settings» - -#+END_SRC - -* Common Export Settings :noexport: +** Common Export Settings #+NAME: common-export-settings -#+BEGIN_SRC org :results drawer replace :exports results +#+BEGIN_SRC org :results drawer replace :exports both ,#+OPTIONS: ':nil *:t -:t ::t <:t H:7 \n:nil ^:{} arch:headline ,#+OPTIONS: author:t broken-links:nil c:nil creator:nil @@ -826,3 +811,21 @@ Use this file to manage the files listed in the table below: #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport :END: + +** Tutorial Template + +#+BEGIN_SRC org :eval never :noweb yes + + ,#+TITLE: + ,#+HTML: + + ,* Summary + ,* Concepts + ,* Examples + ,* Further Study + ,* Common Export Settings :noexport: + + «common-export-settings» + +#+END_SRC +