Pedro Andres Aranda Gutierrez <paag...@gmail.com> writes: > this is a quick fix for image inlining. It would be nice to have it checked > by more people. > ...
> - (cond ((not (org-string-nw-p options)) "") > + (cond ((null attr) "") ;; this is a plain image with no > attrs > + ((not (org-string-nw-p options)) "") This will not work, for example in #+ATTR_LATEX: :environment longtable :align l|lp{3cm}r|l | file:image1.png | file:image2.png | -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>