Bastien <b...@altern.org> writes:

> Hi Eric,
>
> Eric Schulte <schulte.e...@gmail.com> writes:
>
>> I've just pushed this functionality up to the main branch.  To make use
>> of it add the following to your Emacs config.
>>
>>   (setq org-babel-hash-show-time t)
>
> Well, the patch breaks master, because of (defvar org-ts-regexp).
>

Oh, my apologies.  So this is a defconst not a defvar.

>
> Can you fix this?
>

As a temporary fix, I put the full defconst invocation into ob-core.el,
but this can't be the best solution.

What's the "best practice" for how to use a defconst defined in an
external file (when you can't require that file because that file
requires you)?

Thanks,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte

Reply via email to