From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Make QUOTE an export keyword instead of an element type Date: Mon, 03 Feb 2014 16:08:33 +0100 Message-ID: <874n4g44jy.fsf@gmail.com> References: <87zjmiyhfd.fsf@gmail.com> <87mwiijt9g.fsf@bzg.ath.cx> <6689A23E-E318-4146-8641-BD974CB64C73@gmail.com> <87fvo9y8z7.fsf@gmail.com> <87sis9smaf.fsf@bzg.ath.cx> <87bnyxxig6.fsf@gmail.com> <87lhxw9mwl.fsf@bzg.ath.cx> <87wqhfq83t.fsf@gmail.com> <87ob2qtpwh.fsf@bzg.ath.cx> <87ppn542hj.fsf@gmail.com> <878utt17j1.fsf@bzg.ath.cx> <878uts4f3y.fsf@gmail.com> <87r47kqm2n.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAL8F-0004DH-FM for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 10:08:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAL88-0002Pq-GU for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 10:08:19 -0500 In-Reply-To: <87r47kqm2n.fsf@bzg.ath.cx> (Bastien's message of "Mon, 03 Feb 2014 15:59:12 +0100") 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: Bastien Cc: Org Mode List , Carsten Dominik Bastien writes: > No -- sorry. My suggestion is that this region > > Some text > : and some fixed line > > becomes > > : Some text > : and some fixed line > > If people want the behavior you describe, then using `C-x r t' > will do. Otherwise, they will want the whole region to be converted > into a fixed-width region. > > What do you think? Specifications for regions are still not clear. Will : and some fixed line Some text also become : and some fixed line : Some text ? And what about headlines, e.g. : and some fixed line * Headline Some text or, Some text * Headline : and some fixed line Same question for verbatim blocks. What happens in the following region? Some text #+begin_example contents #+end_example : and some fixed line Regards, -- Nicolas Goaziou