Pedro Andres Aranda Gutierrez <paag...@gmail.com> writes: > attached is a patch that will inline images and only apply attributes to > standalone images.
Thanks! > +(require 'ox-html) > > ;;; Function Declarations > > @@ -49,6 +50,14 @@ > (defvar engrave-faces-current-preset-style) > (defvar engrave-faces-latex-mathescape) > > +(defalias 'ox-latex-standalone-image-p 'org-html-standalone-image-p > + "Reuse org-html-standalone-p to check whether an image is standalone or > not. I think that we should factor out `org-html-standalone-image-p' into ox.el and make it an API function that can be used by all the backends. -- 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>