From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Capture with org-directory not working? Date: Wed, 30 Nov 2016 11:45:27 -0500 Message-ID: <87vav4x6fs.fsf@gmail.com> References: <87vaxr51t3.fsf@gmail.com> <87zin2ty3f.fsf@alphapapa.net> <87vaxqts75.fsf@alphapapa.net> <9E0BD070-F074-4524-8204-8CD840CDFE8C@gmail.com> <87fuotsc7b.fsf@alphapapa.net> <87lgw2ro7j.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cC80t-0000V6-Fc for emacs-orgmode@gnu.org; Wed, 30 Nov 2016 11:45:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cC80p-0001jB-Gp for emacs-orgmode@gnu.org; Wed, 30 Nov 2016 11:45:43 -0500 Received: from [195.159.176.226] (port=45202 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cC80p-0001id-5H for emacs-orgmode@gnu.org; Wed, 30 Nov 2016 11:45:39 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cC80f-00064l-M6 for emacs-orgmode@gnu.org; Wed, 30 Nov 2016 17:45:29 +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 Alexander Vorobiev writes: > The workaround with lambda worked, thanks a lot! As I mentioned I didn't have any problems with the > templates in years but they stopped working after a recent update. > The change was made last June (I presume it was committed on the master branch, so it became generally available only when Org 9.0 was released): ,---- | commit 5485170263a46fa17db67b0324c4c4e48bcdfe49 | Author: Nicolas Goaziou | Date: Fri Jun 24 01:11:49 2016 +0200 | | org-capture: Remove forbidden value type from "file" templates | | * lisp/org-capture.el (org-capture-expand-file): Remove plain S-exps | from allowed values. `---- -- Nick