emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

substitutions in html export?


From: kevinbanjo
Subject: substitutions in html export?
Date: Sun, 17 Jul 2022 07:16:01 -0700

Hi everyone:

Is there any way to make something like this actually work?

#+title:test
#+macro: num 50

#+name: numbers
#+begin_src emacs-lisp no-export
40
#+end_src

#+begin_export html

the result is {{{num}}}

another result is <<numbers>>
#+end_export

reply via email to

[Prev in Thread] Current Thread [Next in Thread]