Re: [O] [PATCH] Fix `org-capture-templates' type declaration

2015-10-25 Thread Grégoire Jadi
Nicolas Goaziou writes: > Grégoire Jadi writes: > >> With my patch, the customization interface looks like this >> - for a file : >> Target location: Value Menu File: >> File: Value Menu File: ~/org/notes.org >> >> - for a variable : >> Target location: Value Menu File: >> File: Value Menu V

Re: [O] [PATCH] Fix `org-capture-templates' type declaration

2015-10-25 Thread Nicolas Goaziou
Grégoire Jadi writes: > With my patch, the customization interface looks like this > - for a file : > Target location: Value Menu File: > File: Value Menu File: ~/org/notes.org > > - for a variable : > Target location: Value Menu File: > File: Value Menu Variable: nil > > - for a function : >

Re: [O] [PATCH] Fix `org-capture-templates' type declaration

2015-10-25 Thread Grégoire Jadi
Nicolas Goaziou writes: > Hello, Hi, Thanks for the reply. > Grégoire Jadi writes: > >> The attached patch fix the type declaration of org-capture-templates by >> allowing the user to use file, variable, function and sexp as target's >> file to match the documentation > > Thank you. > >> -

Re: [O] [PATCH] Fix `org-capture-templates' type declaration

2015-10-25 Thread Nicolas Goaziou
Hello, Grégoire Jadi writes: > The attached patch fix the type declaration of org-capture-templates by > allowing the user to use file, variable, function and sexp as target's > file to match the documentation Thank you. > - (file :tag " File")) > +

[O] [PATCH] Fix `org-capture-templates' type declaration

2015-10-24 Thread Grégoire Jadi
Hi, The attached patch fix the type declaration of org-capture-templates by allowing the user to use file, variable, function and sexp as target's file to match the documentation (org) Template elements > Most target specifications contain a file name. If that file name is the > empty string, it