Re: [O] Patch org-capure-fill-template

2014-11-02 Thread Nicolas Goaziou
Roberto Huelga writes: > I founded a section in the org-contribute.html with the names of the > tiny change contributors, > Do you know how could I get my name there? This is my second > tinychange patch. And > get my name in the list will make my day. Your name is already in that list. You may

Re: [O] Patch org-capure-fill-template

2014-11-02 Thread Roberto Huelga
I founded a section in the org-contribute.html with the names of the tiny change contributors, Do you know how could I get my name there? This is my second tinychange patch. And get my name in the list will make my day. Thanks 2014-11-02 10:44 GMT+01:00 Nicolas Goaziou : > Roberto Huelga writes:

Re: [O] Patch org-capure-fill-template

2014-11-02 Thread Nicolas Goaziou
Roberto Huelga writes: > Suppose you want to write the parent directory name in your capture so write a > template like > > "* %(file-name-nondirectory (directory-file-name (file-name-directory > \"%F\")))" > > Without the patch, file-name-directory get the useless string "%F" > instead of a str

Re: [O] Patch org-capure-fill-template

2014-10-31 Thread Roberto Huelga
Suppose you want to write the parent directory name in your capture so write a template like "* %(file-name-nondirectory (directory-file-name (file-name-directory \"%F\")))" Without the patch, file-name-directory get the useless string "%F" instead of a string with the full path name of the file.

Re: [O] Patch org-capure-fill-template

2014-10-31 Thread Nicolas Goaziou
Hello, Roberto Huelga writes: > Patch proposal fro org-capture-fill-template Thanks for your patch. However, I'd like to know your motivation for it as I fail to see how it is superior to the current design. Regards, -- Nicolas Goaziou

[O] Patch org-capure-fill-template

2014-10-29 Thread Roberto Huelga
Patch proposal fro org-capture-fill-template Hope it's useful. Thanks. 0001-org-capture.el-Fix-expand-template-order.patch Description: Binary data