Peter Davis <p...@pfdstudio.com> writes: > Maybe that's the right track, but the obvious solution doesn't seem to work: > > --8<---------------cut here---------------start------------->8--- > > #+MACRO: p \raisebox{-.5\height}{\includegraphics[scale=.35]{$1}}
Try #+MACRO: p @@latex:\raisebox{-.5\height}{\includegraphics[scale=.35]{$1}}@@ See (info "(org) Quoting LaTeX code") > #+CAPTION: Document Symbols > #+ATTR_LATEX: :align lp{5in} :float nil :border 2 :frame border > | {{{p(./GreenDot.png)}}} | This symbol indicates that the associated item > is in a /normal/ or /successful/ state. | > | {{{p(./YellowDots.png)}}} | This symbol denotes a state of /concern/ or > /potential trouble/ for the associated item. | > | {{{p(./RedDots.png)}}} | This symbol indicates that the associated item > is in a /severely troubled/ or /non-functioning/ state. | > > --8<---------------cut here---------------end--------------->8--- > Nick