Re: [O] Bug: Capture templates: file-olp

2015-05-08 Thread Nicolas Goaziou
Hello, Florian Lindner writes: > I just noticed, that if I use a capture template like > > ("p" "foo" entry (file+olp "" "foo") "* %?\n%t\n%i") > > It complains about: > > Template key: > org-find-olp: Wrong type argument: stringp, nil This should be fixed in b27e630babc461ef22528c2dccf339f84

[O] Bug: Capture templates: file-olp

2015-05-07 Thread Florian Lindner
Hello, I just noticed, that if I use a capture template like ("p" "foo" entry (file+olp "" "foo") "* %?\n%t\n%i") It complains about: Template key: org-find-olp: Wrong type argument: stringp, nil It works when using ("p" "foo" entry (file+olp org-default-notes-file "foo") "* %?\n%t\n%i") H