Sha256: 4820fd07228943b533479d619b08c361e82ac561bb34bdebf3be4ed2fdff8150
Contents?: true
Size: 300 Bytes
Versions: 17
Compression:
Stored size: 300 Bytes
Contents
#+TITLE: Using macros for configuration #+macro: hello world #+macro: application my-application Hello {{{hello}}}, this will setup something for {{{application}}}. #+begin_src sh :results output echo "Hello for {{{application}}}" > /tmp/hello #+end_src #+RESULTS: : Hello for {{{application}}}
Version data entries
17 entries across 17 versions & 1 rubygems