From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: Make Org-Babel keyword lowercase Date: Fri, 07 Feb 2014 00:05:33 +0100 Message-ID: <87ha8bu9j6.fsf@med.uni-goettingen.de> 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]:56033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBY12-00056d-EW for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 18:06:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBY0v-0008B6-4o for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 18:05:52 -0500 Received: from plane.gmane.org ([80.91.229.3]:45913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBY0u-0008Aq-Ul for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 18:05:45 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WBY0u-0005NP-0l for emacs-orgmode@gnu.org; Fri, 07 Feb 2014 00:05:44 +0100 Received: from vpn-2006.gwdg.de ([134.76.2.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Feb 2014 00:05:44 +0100 Received: from andreas.leha by vpn-2006.gwdg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 07 Feb 2014 00:05:44 +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 Hi Thorsten, 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 guess you are looking for org-structure-template-alist Regards, Andreas