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 17:12:51 +0200 Message-ID: <87lgd7qs98.fsf@nicolasgoaziou.fr> References: <87bme6gg7i.fsf@gmail.com> <87r2mzqv7w.fsf@nicolasgoaziou.fr> <87k1sr9ycb.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]:51603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCRX9-0008VX-W8 for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 11:13:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCRX5-0005eP-0X for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 11:13:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34243) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fCRX4-0005e9-SD for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 11:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fCRX4-0007u4-Bj for emacs-orgmode@gnu.org; Sat, 28 Apr 2018 11:13:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87k1sr9ycb.fsf@gmail.com> (Dmitry Alexandrov's message of "Sat, 28 Apr 2018 17:53:24 +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 Dmitry Alexandrov <321942@gmail.com> writes: > Now, I am not sure, whether am I supposed to use #+begin_org-center > blocks instead of #+begin_center too. The latter. As I explained, ".org-center" is an internal style. > In fact, given that #+begin_center creates a .org-center div block, > that is centred by default CSS (and stylesheets of other formats), > I found your answer absolutely surprising. "Center" blocks are defined in the manual, along with their syntax. There is nothing surprising. Moreover, there is no such thing as a "Right" block. Or, more precisely, this falls into the special block category, which is handled differently in each export back-end. > I would be probably not alone on this feeling; see, for instance, > Fabrice Niessen=E2=80=99s Org mode syntax reference card [0], where (as f= ar as > I got it) #+begin_right is presented as alignment tag for paragraphs > rather than tables: This reference card is not an official reference card. In any case, let me insist again on the following point: you can use "#+begin_right" in HTML to your heart's content if you define the appropriate CSS property.