[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Capture with org-directory not working?
From: |
Nick Dokos |
Subject: |
Re: [O] Capture with org-directory not working? |
Date: |
Wed, 30 Nov 2016 11:45:27 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
Alexander Vorobiev <address@hidden> 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 <address@hidden>
| 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