From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Millar Subject: add blocks to org-structure-template-alist Date: Fri, 27 Apr 2018 18:24:32 -0400 Message-ID: <13dd9dbd-8ae7-2572-88ac-afccb36533a7@verizon.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------896E53867C9D66F424CED949" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCBnD-0008LG-PY for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 18:24:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCBn9-00070z-ND for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 18:24:39 -0400 Received: from omr-a014e.mx.aol.com ([204.29.186.62]:47279) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fCBn9-000709-Hm for emacs-orgmode@gnu.org; Fri, 27 Apr 2018 18:24:35 -0400 Received: from mtaout-mcc01.mx.aol.com (mtaout-mcc01.mx.aol.com [172.26.253.77]) by omr-a014e.mx.aol.com (Outbound Mail Relay) with ESMTP id 69684380005A for ; Fri, 27 Apr 2018 18:24:34 -0400 (EDT) Received: from [10.0.0.2] (0x5b31302e302e302e325d [96.238.154.252]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mtaout-mcc01.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 1AF2938000089 for ; Fri, 27 Apr 2018 18:24:33 -0400 (EDT) Content-Language: en-US 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" To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------896E53867C9D66F424CED949 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, in my .emacs I have a couple of (add-to-list 'org-structure-template-alist) blocks of my own, for example #+begin_src (add-to-list 'org-structure-template-alist '("r" "#+begin_src rec :data? :type \n#+end_src" "")) #+end_src which I used until a few months ago. Is this correct of has the format changed? Charlie Millar --------------896E53867C9D66F424CED949 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

Hi,

in my .emacs I have a couple of (add-to-list 'org-structure-template-alist) blocks of my own, for example

#+begin_src

(add-to-list 'org-structure-template-alist '("r" "#+begin_src rec :data? :type \n#+end_src" ""))

#+end_src

which I used until a few months ago.

Is this correct of has the format changed?

Charlie Millar

--------------896E53867C9D66F424CED949--