reza <r...@housseini.me> writes: > Hi Ihor > > Thanks for your quick reply > >> What you can do instead is creating a named Org paragraph with macro, >> like >> >> #+name: year >> {{{year}}} > > I tried this approach but it does not seem to work either: > > "template.org": > > #+TITLE: Report > #+NAME: year > > {{{year}}} >
There should be no empty line between `#+NAME: year' and `{{{year}}}'. There is a `+' missing at the end of the python code block. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler