From a2abe3182242953ba5dff5500399def0682fa10e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 19 Sep 2021 02:41:24 +0100 Subject: Add headers --- setup.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.org') diff --git a/setup.org b/setup.org index b32ef56..ea96b0d 100644 --- a/setup.org +++ b/setup.org @@ -2,3 +2,8 @@ #+hugo_section: ./ #+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" "")) +#+macro: latex_head (eval (if (eq org-export-current-backend 'latex) "#+exclude_tags: noexport_latex" "")) + +{{{texinfo_head}}} +{{{latex_head}}} -- cgit