[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Capture Bug?
From: |
Ian Barton |
Subject: |
Re: [O] Capture Bug? |
Date: |
Thu, 22 Sep 2016 10:14:53 +0100 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
On Wed, Sep 21, 2016 at 10:51:46PM +0200, Nicolas Goaziou wrote:
> Hello,
>
> address@hidden writes:
>
> > 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
> >
> Try wrapping `capture-pelican-draft-file' call within a function instead
> of putting a raw sexp.
>
I have tried:
("g"
"New blog post (ianbarton.net)"
plain
(file (funcall(capture-pelican-draft-file
"~/Documents/emacs/web_sites/ianbarton.net/org/_posts")))
"#+AUTHOR: Ian Barton\n#+DATE: %u\n#+PROPERTY: MODIFIED:
\n#+TITLE\n#+CATEGORY: Blog \n#+PROPERTY: TAGS \n#+PROPERTY:
SUMMARY \n#+SETUPFILE: ../setup.org\n\n")
Not sure if that's what you meant. It didn't work.
--
Best wishes,
Ian.