From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martyn Jago Subject: Re: Capitalisation and good taste ? Date: Tue, 10 Jan 2012 20:57:02 +0000 Message-ID: References: <87k4509rc1.fsf@iro.umontreal.ca> <87aa5wcitv.fsf@norang.ca> <23144.1326172391@gamaville.dokosmarshall.org> <8762gk9l27.fsf@iro.umontreal.ca> <87wr8zwdz1.fsf@gnu.org> <87pqergxf6.fsf@gmx.com> <87ehv7wcx5.fsf@gnu.org> <87pqerfh0h.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rkiky-0005A4-Tc for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 15:57:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rkikx-0007tr-Ae for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 15:57:20 -0500 Received: from lo.gmane.org ([80.91.229.12]:50751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rkikx-0007tk-2W for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 15:57:19 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Rkikv-0004NY-NP for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 21:57:17 +0100 Received: from 88-96-171-138.dsl.zen.co.uk ([88.96.171.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jan 2012 21:57:17 +0100 Received: from martyn.jago by 88-96-171-138.dsl.zen.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 10 Jan 2012 21:57:17 +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: emacs-orgmode@gnu.org pinard@iro.umontreal.ca (François Pinard) writes: > Bastien writes: > >> Eric Schulte writes: > >>> That said I'm happy that Org-mode is forgiving enough to allow me to >>> lowercase most of my keywords locally. > >> Actually, I'm thinking of another solution: > >> - keep one-line option/environment keywords uppercase >> #+NAME >> #+HTML >> #+TITLE >> #+... > [...] Personally, I would like to be able to do: ** Some code ~~~> emacs-lisp (some-code goes-here) <~~~ ... which compands to: ** Some code <~~~> el... Personally I dislike capitalized labels immensely! [...] Best, Martyn