From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: wish: provide flush_right/right_aligned text rendering directive Date: Wed, 21 May 2014 15:13:48 +0200 Message-ID: <878upvw9yr.fsf@bzg.ath.cx> References: <20140510135216.GA2041@boo.workgroup> <878upvsw1u.fsf@bzg.ath.cx> <20140521073916.GA25852@boo.workgroup> <87sio3ic8y.fsf@bzg.ath.cx> <877g5f1dso.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58258) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn6LJ-0005JQ-96 for emacs-orgmode@gnu.org; Wed, 21 May 2014 09:14:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wn6LA-0002Du-8g for emacs-orgmode@gnu.org; Wed, 21 May 2014 09:14:01 -0400 Received: from mail-we0-x233.google.com ([2a00:1450:400c:c03::233]:35638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn6L9-0002Dn-Sp for emacs-orgmode@gnu.org; Wed, 21 May 2014 09:13:52 -0400 Received: by mail-we0-f179.google.com with SMTP id q59so1993664wes.38 for ; Wed, 21 May 2014 06:13:51 -0700 (PDT) In-Reply-To: <877g5f1dso.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 21 May 2014 15:06:47 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode Hi Nicolas, Nicolas Goaziou 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

Hello

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