aboutsummaryrefslogtreecommitdiffstats
path: root/docs/common.org
diff options
context:
space:
mode:
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}}}