* bug#31273: 27.0.50; org: #+begin_right block is not exported correctly
@ 2018-04-26 15:06 Dmitry Alexandrov
0 siblings, 0 replies; only message in thread
From: Dmitry Alexandrov @ 2018-04-26 15:06 UTC (permalink / raw)
To: 31273
[-- Attachment #1: Type: text/plain, Size: 756 bytes --]
Dear maintainers,
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’:
--8<---------------cut here---------------start------------->8---
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
--8<---------------cut here---------------end--------------->8---
while in the HTML it is referenced as just ‘right’:
--8<---------------cut here---------------start------------->8---
<div class="right">
--8<---------------cut here---------------end--------------->8---
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-26 15:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-26 15:06 bug#31273: 27.0.50; org: #+begin_right block is not exported correctly Dmitry Alexandrov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).