emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Dmitry Alexandrov <321942@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: 31273@debbugs.gnu.org
Subject: bug#31273: 27.0.50; org: #+begin_right block is not exported correctly
Date: Sat, 28 Apr 2018 17:53:24 +0300	[thread overview]
Message-ID: <87k1sr9ycb.fsf@gmail.com> (raw)
In-Reply-To: <87r2mzqv7w.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 28 Apr 2018 16:08:51 +0200")

[-- Attachment #1: Type: text/plain, Size: 2281 bytes --]

Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
> Dmitry Alexandrov <321942@gmail.com> 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".

Thank you for a response, #+begin_org-right block indeed works like a charm.

Now, I am not sure, whether am I supposed to use #+begin_org-center blocks instead of #+begin_center too.

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.

I would be probably not alone on this feeling; see, for instance, Fabrice Niessen’s Org mode syntax reference card [0], where (as far as I got it) #+begin_right is presented as alignment tag for paragraphs rather than tables:

--8<---------------cut here---------------start------------->8---
Centered text

#+begin_left
This text is \\
aligned to the left!
#+end_left

#+begin_center
This text is \\
centered!
#+end_center

#+begin_right
This text is \\
aligned to the right!
#+end_right
--8<---------------cut here---------------end--------------->8---

In a part for centring it is in accordance to (info "(org) Paragraphs"), which says:

--8<---------------cut here---------------start------------->8---
   If you would like to center some text, do it like this:
     #+BEGIN_CENTER
     Everything should be made as simple as possible, \\
     but not any simpler
     #+END_CENTER
--8<---------------cut here---------------end--------------->8---

[0] https://github.com/fniessen/refcard-org-mode

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2018-04-28 14:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87bme6gg7i.fsf@gmail.com>
2018-04-28 14:08 ` bug#31273: 27.0.50; org: #+begin_right block is not exported correctly Nicolas Goaziou
2018-04-28 14:53   ` Dmitry Alexandrov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k1sr9ycb.fsf@gmail.com \
    --to=321942@gmail.com \
    --cc=31273@debbugs.gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).