Alexander Vorobiev <alexander.vorob...@gmail.com> 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 <m...@nicolasgoaziou.fr> | 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