Bastien writes:
> :base-directory now allows a directory name with no ending slash.
>
> I did this in a slightly different way than the one you suggest:
>
> ,
> | (let* ((r (plist-get (cdr prj) :recursive))
> | -(b (expand-file-name (plist-get (cdr prj) :base-directory)))
>
Łukasz Stelmach writes:
> Yes it was. I forgot to pull. However the part with appending "/" to b
> might still be valuable at least for building xm regexp. If
> :base-directory is set to "~/dydaktyka" (my example) then xm becomes
> "^/home/steelman/dydaktyka[^/]+\.\(org\)" which not necessarily m
Nick Dokos writes:
> =?utf-8?Q?=C5=81ukasz?= Stelmach wrote:
>
>> :include ("index.org")) ; < HERE
>>...
>> However, with parenthesis around "index.org" removed the function seems to
>> work fine and returns
>>
>
> Wasn't that fixed by the following commit?
>
> commit 3529be82eff7