From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Capitalisation and good taste ? Date: Sat, 21 Jan 2012 18:03:54 -0500 Message-ID: <87lip0u085.fsf@norang.ca> References: <87k4509rc1.fsf@iro.umontreal.ca> <87aa5wcitv.fsf@norang.ca> <87aa5h45ej.fsf@norang.ca> <87lip0izsf.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50200) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RojyZ-00030H-Th for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 18:04:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RojyY-0006Ih-Ok for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 18:03:59 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:51141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RojyY-0006Id-Fu for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 18:03:58 -0500 In-Reply-To: <87lip0izsf.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Sat, 21 Jan 2012 20:08:48 +0000") 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: Eric S Fraga Cc: emacs-orgmode@gnu.org Eric S Fraga writes: > Bernt Hansen writes: > > > [...] > >> I added the following to my .emacs to keep lowercase. > > Thanks. This is a great suggestion! Two possible typos, by the way, > that would only affect you if you use muse tags: > >> ("v" "#+begin_verse\n?\n#+end_verse" "\n?\n/verse>") >> ("c" "#+begin_center\n?\n#+end_center" "
\n?\n/center>") > > Missing "<" for closing tag in each case, after last \n. I just took the default setting and lowercased it without actually looking closely at it -- so I think the problem is in the defcustom in org.el for org-structure-template-alist too. Regards, Bernt