Re: [O] macro expansion not working in #+ATTR_LATEX

2013-09-05 Thread Nicolas Goaziou
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

[O] macro expansion not working in #+ATTR_LATEX

2013-09-05 Thread Johannes Rainer
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