From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Fixes for org-capture-templates-contexts Date: Fri, 11 Jan 2013 18:06:52 +0100 Message-ID: <871udr1wer.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tti4G-0003SN-Sf for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 12:07:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tti4E-0001gf-BX for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 12:06:56 -0500 Received: from mail-we0-f176.google.com ([74.125.82.176]:56207) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tti4E-0001gW-0A for emacs-orgmode@gnu.org; Fri, 11 Jan 2013 12:06:54 -0500 Received: by mail-we0-f176.google.com with SMTP id r5so974257wey.35 for ; Fri, 11 Jan 2013 09:06:53 -0800 (PST) In-Reply-To: (Paul Sexton's message of "Thu, 10 Jan 2013 21:04:54 +0000 (UTC)") 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: Paul Sexton Cc: emacs-orgmode@gnu.org Hi Paul, Paul Sexton writes: > org-capture-templates-contexts currently appears not to work. The structure > that the function 'org-contextualize-validate-key' expects to find in the > variable seems quite different from the structure described in the docstring. indeed, there are some bugs here -- thanks for looking into this, and I'm glad people use/test capture templates. May I ask you to send me two patches, one with the fix and one with the new feature(e)? Also, please don't use destructuring-bind, I'd rather not use cl.el functions. Thanks for the (renewed) effort if you can, otherwise just let me know and I'll fix things myself. Best, -- Bastien