emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] wish: provide flush_right/right_aligned text rendering directive


From: Bastien
Subject: Re: [O] wish: provide flush_right/right_aligned text rendering directive
Date: Wed, 21 May 2014 15:13:48 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux)

Hi Nicolas,

Nicolas Goaziou <address@hidden> writes:

> Also, the feature is already available in some others back-ends, e.g.,
> LaTeX, through a special block.

Mh, yes.  In other words,

#+begin_flushright
Hello
#+end_flushright

will be exported as

<div class="flushright">
  <p>
  Hello
  </p>
</div>

in HTML.

> ISTM this is only related to `ascii' export back-end. So it could be
> solved by a special block handled specially in there.

Yes, good idea.  Can you take care of it?

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]