From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [patch] structure snippet completions Date: Tue, 05 Dec 2017 21:29:37 +0100 Message-ID: <878tegapfy.fsf@nicolasgoaziou.fr> References: <87mv2ya2ep.fsf@pank.eu> <87d13u6ws3.fsf@nicolasgoaziou.fr> <87vahl8oel.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42655) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eMJqZ-00010f-DP for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 15:29:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eMJqY-0006nU-FT for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 15:29:43 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:50042) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eMJqY-0006mu-92 for emacs-orgmode@gnu.org; Tue, 05 Dec 2017 15:29:42 -0500 In-Reply-To: <87vahl8oel.fsf@gmx.us> (rasmus@gmx.us's message of "Tue, 05 Dec 2017 11:22: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" To: Rasmus Cc: eric@ericabrahamsen.net, emacs-orgmode@gnu.org Hello, Rasmus writes: > +@cindex Tempo > +@cindex Template expansion > +@cindex template insertion > +@cindex insertion, of templates > +@vindex org-tempo-keywords-alist > +@vindex org-structure-template-alist > +Org Tempo expands snippets to structures defined in > +@c @code{org-structure-template-alist} and @code{org-tempo-keywords-alist}. For > +@c example, @code{org-tempo} expands @kbd{< s @key{TAB}} to a code block. It looks like a typo, but the two lines above are commented. Also, would it make sense to add a few tests? Regards, -- Nicolas Goaziou