Pedro Andres Aranda Gutierrez <paag...@gmail.com> writes:

> Thanks!
> I see that the list of possibilities growing quite quickly.. Could we
> please start by defining the possible cases?
>
> 1. Image embedded in  text in a paragraph
>
> This file:image.png could be an emoticon
>
> 2. Images in a plain table
>
> | file:image1.png | file:image2.png |
>
> 3. Images in a table controlled with attributes (your example)
>
> #+ATTR_LATEX: :environment longtable :align l|lp{3cm}r|l
> | file:image1.png | file:image2.png |
>
> Any more?

I think that the most important special case we need to consider is when
the image is "standalone" - image being a single object in paragraph:

file:image.png

or

#+attr_latex: :width 300px
file:image.png

Such images are currently handled specially by ox-html, for example (see
`org-html-standalone-image-p').

We can also safely assume that all the affiliated keywords apply to such
standalone images.

-- 
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>

Reply via email to