From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Capture Bug? Date: Wed, 21 Sep 2016 21:54:28 -0500 Message-ID: <878tukeja3.fsf@alphapapa.net> References: <660bdacc1d49d4c46a36cc4edf42db66@wilkesley.net> <87bmzhsc18.fsf@alphapapa.net> <874m590w83.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmuAY-0002WP-LB for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 22:55:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmuAS-00036V-L1 for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 22:55:25 -0400 Received: from [195.159.176.226] (port=60149 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmuAS-00036G-EX for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 22:55:20 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bmuAE-0004X9-QN for emacs-orgmode@gnu.org; Thu, 22 Sep 2016 04:55:06 +0200 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 Nick Dokos writes: > That's not going to work: unquoting[fn:1] evaluates the unquoted > element during the setting of org-capture-templates. That would have > the effect of evaluating the function call when the setq is evaluated, > whereas the intent here is to evaluate the function call *much* later, > when the capture is initiated. Yes, I think you're right. Thanks, Nick. :)