"Sebastien Vauban"
writes:
> I don't have (yet) push access...
OK. Applied, with a small refactoring.
Thank you.
Regards,
--
Nicolas Goaziou
Hello Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> This should answer your (fruitful) comments.
>
> Thank you for the update.
>
> It looks good.
Thanks.
> AFAIC, you can push it.
I don't have (yet) push access...
>> +(if (or (not file) (not (file-readable-p file)))
>>
Hello,
"Sebastien Vauban"
writes:
> This should answer your (fruitful) comments.
Thank you for the update.
It looks good. AFAIC, you can push it.
> +(if (or (not file) (not (file-readable-p file)))
> + (if (not noerror)
> + (error "Cannot read file \"%s\"%s" file info-from-f
Hello Nicolas,
Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> When a SETUPFILE is missing, there is an error or message generated, but
>> we don't know in which file the bad reference is -- when all those files
>> are loaded during the agenda generation.
>>
>> Hence, a better message, sp
Nicolas Goaziou writes:
> What if `buffer-file-name' returns nil? Sure, the problem won't happen
> during agenda generation, but `org-file-contents' is used elsewhere.
>
> Also, it is better to use:
>
> (buffer-file-name (buffer-base-buffer))
>
> since the current buffer may be an indirect on
"Sebastien Vauban"
writes:
> When a SETUPFILE is missing, there is an error or message generated, but
> we don't know in which file the bad reference is -- when all those files
> are loaded during the agenda generation.
>
> Hence, a better message, specifying where to go and look for the bad
>
Hello,
"Sebastien Vauban"
writes:
> When a SETUPFILE is missing, there is an error or message generated, but
> we don't know in which file the bad reference is -- when all those files
> are loaded during the agenda generation.
>
> Hence, a better message, specifying where to go and look for th
Hello,
When a SETUPFILE is missing, there is an error or message generated, but
we don't know in which file the bad reference is -- when all those files
are loaded during the agenda generation.
Hence, a better message, specifying where to go and look for the bad
link.
Best regards,
Seb
>From