From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [patch] structure snippet completions Date: Mon, 04 Dec 2017 13:37:33 -0800 Message-ID: <87vahm9ntu.fsf@ericabrahamsen.net> References: <87mv2ya2ep.fsf@pank.eu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLyQv-0006Ht-39 for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 16:37:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLyQs-0007vo-0M for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 16:37:49 -0500 Received: from [195.159.176.226] (port=34457 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eLyQr-0007uN-QB for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 16:37:45 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eLyQf-0002jF-0x for emacs-orgmode@gnu.org; Mon, 04 Dec 2017 22:37:33 +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 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? [...] >> + (mapcar 'org-tempo-add-block org-structure-template-alist) > > #'org-tempo-add-block > >> + (mapcar 'org-tempo-add-keyword org-tempo-keywords-alist))) And `mapc'!