From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: bug#31273: 27.0.50; org: #+begin_right block is not exported correctly Date: Sat, 28 Apr 2018 16:08:51 +0200 Message-ID: <87r2mzqv7w.fsf@nicolasgoaziou.fr> References: <87bme6gg7i.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCQXB-0004Pz-Jw for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 10:09:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCQX8-0005Hl-DG for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 10:09:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34227) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fCQX8-0005HX-A3 for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 10:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fCQX8-0006LW-3I for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 10:09:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87bme6gg7i.fsf@gmail.com> (Dmitry Alexandrov's message of "Thu, 26 Apr 2018 18:06:25 +0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Dmitry Alexandrov <321942@gmail.com> Cc: 31273@debbugs.gnu.org Hello, Dmitry Alexandrov <321942@gmail.com> writes: > with the latest Emacs from git master, exporting #+begin_right block > neither to HTML, nor to ODT (didn=E2=80=99t 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 =E2=80=98org-right=E2=80=99: > > .org-right { margin-left: auto; margin-right: 0px; text-align: right;= } > > > while in the HTML it is referenced as just =E2=80=98right=E2=80=99: > >
".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, --=20 Nicolas Goaziou 0x80A93738