From e72580ca0a763a37f1ec1c61c3a9b2a2af47d657 Mon Sep 17 00:00:00 2001 From: Brian Smith <1361328+melioratus@users.noreply.github.com> Date: Wed, 21 Nov 2018 18:18:18 -0700 Subject: [PATCH] Added Common Export Settings Section --- epj-template.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/epj-template.org b/epj-template.org index e5a378d..1d00aca 100644 --- a/epj-template.org +++ b/epj-template.org @@ -177,3 +177,18 @@ #+BEGIN_SRC latex :noweb yes :eval never :tangle yes «european-physical-journal-latex-template» #+END_SRC + +* Common Export Settings :noexport: + +#+OPTIONS: ':nil *:t -:t ::t <:t H:7 \n:nil ^:{} arch:headline +#+OPTIONS: author:t broken-links:nil c:nil creator:nil +#+OPTIONS: d:(not "LOGBOOK") date:t e:t email:nil f:t inline:t num:nil +#+OPTIONS: p:nil pri:nil prop:nil stat:t tags:t tasks:t tex:t +#+OPTIONS: timestamp:t title:t toc:nil todo:t |:t +#+SELECT_TAGS: export +#+EXCLUDE_TAGS: noexport + +# For Display when file is exported with org-ruby + +#+EXPORT_SELECT_TAGS: export +#+EXPORT_EXCLUDE_TAGS: noexport