emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] can babel results show time of evaluation?


From: Bastien
Subject: Re: [O] can babel results show time of evaluation?
Date: Thu, 31 Jan 2013 11:22:21 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Eric,

Eric Schulte <address@hidden> writes:

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

Yep, having the same defconst twice...

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

To circumvent the dependency problem by having defconst in a separate
file that any file can load safely -- since that file will not require
any other file.

I'm not ready yet to take that road for now, because it requires time
and attention.  I just hardcoded the regexp in ob-core.el and added 
a warning.

Thanks,

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]