From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Make Org-Babel keyword lowercase Date: Thu, 06 Feb 2014 18:24:33 -0500 Message-ID: <87lhxnj03y.fsf@alphaville.bos.redhat.com> References: <87mwi3x3qr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBYJn-0008QH-Ig for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 18:25:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBYJe-0005PK-PE for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 18:25:15 -0500 Received: from plane.gmane.org ([80.91.229.3]:40621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBYJe-0005NE-JR for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 18:25:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WBYJT-0006JI-70 for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 00:24:55 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Feb 2014 00:24:55 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Feb 2014 00:24:55 +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 Thorsten Jolitz writes: > Hi List, > > I have this in my init-file: > > ,------------------------------------------- > | ;; Make babel results blocks lowercase > | (setq org-babel-results-keyword "results") > `------------------------------------------- > > and would like to insert _all_ babel block-keywords in lowercase > (#+begin_src instead of #+BEGIN_SRC etc.), and I even remember that I > had this configuration in the past, but I can't find the related > customizations anymore. > > Any hints? I don't think that anybody is stopping you from entering these things in lower case: just type them in in lower case. Perhaps you mean that the easy template mechanism ( etc) inserts them in upper case? AFAIK, you'll just have to redefine the value of org-structure-template-alist changing everything to lower case. Nick