There seems to be some problem with #+ATTR_RST not being exported for images. Example:
#+title: Test RST image export
#+author: Jan Janský
Attrs fail here:
#+attr_rst: :width 50% :align center
[[./Desktop/image.jpg]]
But work fine here:
#+attr_rst: :margin 2
#+begin_quote
Just a quote.
#+end_quote
is exported as
=====================
Test RST image export
=====================
:Author: Jan Janský
.. contents::
Attrs fail here:
.. image:: ./Desktop/image.jpg
But work fine here:
Just a quote.
I am using orgmode v. 9.1.9 on Debian/Linux Emacs v. 26.1 and ox-rst from melpa v. 20190813.427.
There seems to be some problem with #+ATTR_RST not being exported for images. Example:
is exported as
I am using orgmode v. 9.1.9 on Debian/Linux Emacs v. 26.1 and ox-rst from melpa v. 20190813.427.
Thanks, best regards, Jan Janský