From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [RFC] Make QUOTE an export keyword instead of an element type Date: Mon, 03 Feb 2014 16:36:55 +0100 Message-ID: <87d2j4qkbs.fsf@bzg.ath.cx> 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> <874n4g44jy.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34848) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WALa8-0005l4-Ta for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 10:37:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WALZz-0003bS-Fu for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 10:37:08 -0500 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:36020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WALZz-0003aI-9w for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 10:36:59 -0500 Received: by mail-wg0-f45.google.com with SMTP id n12so12249678wgh.24 for ; Mon, 03 Feb 2014 07:36:58 -0800 (PST) In-Reply-To: <874n4g44jy.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 03 Feb 2014 16:08:33 +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: Nicolas Goaziou Cc: Org Mode List , Carsten Dominik Nicolas Goaziou writes: > Will > > : and some fixed line > Some text > > also become > > : and some fixed line > : Some text > > ? Yes, if beg and end of the region are in each of those two lines. > And what about headlines, e.g. > > : and some fixed line > > * Headline > > Some text becomes : and some fixed line : : * Headline : : Some text > or, > > Some text > > * Headline > > : and some fixed line becomes : 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 becomes : Some text : : #+begin_example : contents : #+end_example : : and some fixed line The baseline is this: - always consider regions made of whole lines - when all lines are fixed-width in the region, C-c : converts them to regular text - when zero or more (but not all) lines are fixed-width, converts all lines to fixed-width lines, ignoring lines that are already fixed-width Does that make more sense? -- Bastien