all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31273: 27.0.50; org: #+begin_right block is not exported correctly
@ 2018-04-26 15:06 Dmitry Alexandrov
  2018-04-28 14:08 ` Nicolas Goaziou
  2018-07-07 11:11 ` Nicolas Goaziou
  0 siblings, 2 replies; 7+ messages 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] 7+ messages in thread

end of thread, other threads:[~2018-07-07 11:12 UTC | newest]

Thread overview: 7+ messages (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
2018-04-28 14:08 ` Nicolas Goaziou
2018-04-28 14:53   ` Dmitry Alexandrov
2018-04-28 15:12     ` Nicolas Goaziou
2018-04-28 15:33       ` Dmitry Alexandrov
2018-04-28 16:23         ` Nicolas Goaziou
2018-07-07 11:11 ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.