aboutsummaryrefslogtreecommitdiffstats
path: root/docs/common.org
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-02-25 10:10:43 +0000
committerYann Herklotz <git@yannherklotz.com>2022-02-25 10:10:43 +0000
commite043d3bd21e9a0ebd37b8ac2ca262ed630a5b192 (patch)
treed4d9b25fbb46502dbbff2f30868576c581c024c0 /docs/common.org
parent9e35f6174b012d1ca7eef9921169e34c62c993dd (diff)
downloadvericert-e043d3bd21e9a0ebd37b8ac2ca262ed630a5b192.tar.gz
vericert-e043d3bd21e9a0ebd37b8ac2ca262ed630a5b192.zip
Add back pure documentation
Diffstat (limited to 'docs/common.org')
-rw-r--r--docs/common.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/common.org b/docs/common.org
new file mode 100644
index 0000000..8c39be0
--- /dev/null
+++ b/docs/common.org
@@ -0,0 +1,13 @@
+#+author: Yann Herklotz
+#+email: git@ymhg.org
+
+#+macro: version 1.2.2
+#+macro: modified 2022-02-24
+
+#+macro: link src_emacs-lisp[:results raw]{(ymhg/link "$1" "$2")}
+
+#+macro: texinfo_head (eval (if (eq org-export-current-backend 'texinfo) "#+exclude_tags: noexport_texinfo" "#+exclude_tags: onlyexport_texinfo"))
+#+macro: latex_head (eval (if (eq org-export-current-backend 'latex) "#+exclude_tags: noexport_latex" "#+exclude_tags: onlyexport_latex"))
+#+macro: hugo_head (eval (if (eq org-export-current-backend 'hugo) "#+exclude_tags: noexport_hugo" "#+exclude_tags: onlyexport_hugo"))
+{{{texinfo_head}}}
+{{{latex_head}}}