Hello,
Dmitry Alexandrov <[email protected]> writes:
> with the latest Emacs from git master, exporting #+begin_right block
> neither to HTML, nor to ODT (didn’t test other options) does not work
> as expected, while this should be pretty possible with both.
>
> With HTML, as far as I can see, the problem is in that, so a CSS class
> is named ‘org-right’:
>
> .org-right { margin-left: auto; margin-right: 0px; text-align: right; }
>
>
> while in the HTML it is referenced as just ‘right’:
>
> <div class="right">
".org-right" is an internal CSS class for table alignment.
OTOH, "#+begin_right" starts a special block that, as expected, create
a "right" div.
So, there is no issue here. You can either define "right" CSS, or
(untested), try "#+begin_org-right".
Regards,
--
Nicolas Goaziou 0x80A93738