org-export-snippet-translation-alist
org-export-snippet-translation-alist is a variable defined in `
ox.el
'.
Its value is
nil
Documentation:
Alist between export snippets back-ends and exporter back-ends.
This variable allows to provide shortcuts for export snippets.
For example, with a value of '(("h" . "html")), the
HTML back-end will recognize the contents of "@@h:
@@" as
HTML code while every other back-end will ignore it.
You can customize this variable.
This variable was introduced, or its default value was changed, in
version 24.4 of Emacs.