From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Fran=C3=A7ois_Pinard?= Subject: Re: Babel and capitalization Date: Mon, 21 May 2012 12:01:01 -0400 Message-ID: <867gw5r0aq.fsf@mercure.progiciels-bpi.ca> References: <86k405r36l.fsf@mercure.progiciels-bpi.ca> <871umdwsp1.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50898) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWV2g-000654-52 for emacs-orgmode@gnu.org; Mon, 21 May 2012 12:01:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SWV2e-0004xY-Bk for emacs-orgmode@gnu.org; Mon, 21 May 2012 12:01:05 -0400 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:53887 helo=mercure.progiciels-bpi.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SWV2e-0004wc-6o for emacs-orgmode@gnu.org; Mon, 21 May 2012 12:01:04 -0400 In-Reply-To: <871umdwsp1.fsf@gmx.com> (Eric Schulte's message of "Mon, 21 May 2012 09:48:42 -0400") 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: emacs-orgmode@gnu.org > Fran=C3=A7ois Pinard writes: >> I could of course modify my nit-picking program so it recognizes the >> #+RESULTS: case, but my feeling is that Org should be consistent overall >> on capitalization. And by telling this, of course, I disregard my own >> preference. Consistency has a stronger appeal to me. Eric Schulte writes: > (setq org-babel-capitalize-examplize-region-markers t) Thanks, Eric! I added this new variable as suggested (and also modified the nit-picking script for the meantime). Fran=C3=A7ois