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
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