Hello,
Johannes Rainer writes:
> while working nicely for plain text I realized that macros are not expanded
> if put in #+ATTR_LATEX:
>
> e.g. I defined
>
> #+MACRO: image_width 16
>
> and wanted to use this macro like
>
> #+ATTR_LATEX: :center :placement [H] :width {{{image_width}}}cm
>
> howe
hi all!
while working nicely for plain text I realized that macros are not expanded
if put in #+ATTR_LATEX:
e.g. I defined
#+MACRO: image_width 16
and wanted to use this macro like
#+ATTR_LATEX: :center :placement [H] :width {{{image_width}}}cm
however, in the exported tex file I get:
\inclu