aboutsummaryrefslogtreecommitdiffstats
path: root/docs/common.org
blob: 8c39be023abf253af4027c701147d70051aa56fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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}}}