From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Make Org-Babel keyword lowercase Date: Thu, 06 Feb 2014 23:42:20 +0100 Message-ID: <87mwi3x3qr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBXdq-0000vq-3Z for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 17:42:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBXdi-0000TE-R6 for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 17:41:54 -0500 Received: from plane.gmane.org ([80.91.229.3]:51438) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBXdi-0000Si-KJ for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 17:41:46 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WBXde-0007qK-A0 for emacs-orgmode@gnu.org; Thu, 06 Feb 2014 23:41:42 +0100 Received: from g231104211.adsl.alicedsl.de ([92.231.104.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Feb 2014 23:41:42 +0100 Received: from tjolitz by g231104211.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Feb 2014 23:41:42 +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 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? -- cheers, Thorsten