From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: [patch] structure snippet completions Date: Tue, 05 Dec 2017 11:24:03 +0100 Message-ID: <87r2s98occ.fsf@gmx.us> References: <87mv2ya2ep.fsf@pank.eu> <87vahm9ntu.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMAOe-0005kH-Uj for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 05:24:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMAOb-0003AE-R8 for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 05:24:16 -0500 Received: from [195.159.176.226] (port=60119 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eMAOb-00039t-K8 for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 05:24:13 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eMAOQ-0000WF-BX for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 11:24:02 +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" To: emacs-orgmode@gnu.org Eric Abrahamsen writes: > Rasmus writes: > >> Hi, >> >> The attached patch adds expansions of "> would like to include this in the next version of Org in anticipation of >> the changes to the template system. > > Cool! We were talking about shifting the alist keys to strings, do we > want to do that all at once, in both places, or let this land first? I’m indifferent. If you make a shift to strings in the part of the code you know I can alter this code. >>> + (mapcar 'org-tempo-add-block org-structure-template-alist) >> >> #'org-tempo-add-block >> >>> + (mapcar 'org-tempo-add-keyword org-tempo-keywords-alist))) > > And `mapc'! Fair enough. Rasmus -- This space is left intentionally blank