Hello, Thomas Alexander Gerds <t...@biostat.ku.dk> writes:
> I was learning about this by guessing around for some time ... it is > surprisingly hard to edebug the export process (any hints?). This is a bit vague. > next, the following educated guess does not work: > > #+ATTR_LaTeX: :width 5cm :angle 90 This is because :angle is not recognized as a special keyword. Unless it is implemented in `org-latex--inline-image', it should go in the miscellaneous :options keyword, e.g. #+attr_latex: :width 5cm :options angle=90 > instead one needs to say > > #+ATTR_LaTeX: :width 5cm,angle 90 Well, that works but only as a side-effect. Regards, -- Nicolas Goaziou