Carsten Dominik writes:
[...]
>
> Ah, I see.
>
> there are these solutions
>
> 1. require only org-macs, not org
>
went with this approach. Thanks -- Eric
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmod
On Jun 28, 2010, at 5:06 PM, Eric Schulte wrote:
Carsten Dominik writes:
On Jun 28, 2010, at 8:15 AM, Eric Schulte wrote:
Thanks Daniel, I've just applied this fix. -- Eric
Hi Eric,
alternatively you could have done
(require 'org-macs)
or
(require 'org)
In fact, would it not be reason
Carsten Dominik writes:
> On Jun 28, 2010, at 8:15 AM, Eric Schulte wrote:
>
>> Thanks Daniel, I've just applied this fix. -- Eric
>
> Hi Eric,
>
> alternatively you could have done
>
> (require 'org-macs)
> or
> (require 'org)
>
> In fact, would it not be reasonable to require org in ob.el?
>
I
On Jun 28, 2010, at 8:15 AM, Eric Schulte wrote:
Thanks Daniel, I've just applied this fix. -- Eric
Hi Eric,
alternatively you could have done
(require 'org-macs)
or
(require 'org)
In fact, would it not be reasonable to require org in ob.el?
- Carsten
Daniel Mahler writes:
Hi Eric,
Thanks Daniel, I've just applied this fix. -- Eric
Daniel Mahler writes:
> Hi Eric,
>
> Thanks for the looking into this.
> It looks like the problem is the declare-function macro does not work
> with emacs-22.1 (the one in ubuntu hardy)
> It is defined, but undocumented.
> Adding
> (defmacro de
On Mon, Jun 28, 2010 at 7:50 AM, Daniel Mahler wrote:
> Hi Eric,
>
> Thanks for the looking into this.
> It looks like the problem is the declare-function macro does not work
> with emacs-22.1 (the one in ubuntu hardy)
> It is defined, but undocumented.
> Adding
> (defmacro declare-function (FN FI
Hi Eric,
Thanks for the looking into this.
It looks like the problem is the declare-function macro does not work
with emacs-22.1 (the one in ubuntu hardy)
It is defined, but undocumented.
Adding
(defmacro declare-function (FN FILE &optional ARGLIST FILEONLY) nil)
at the top of ob.el seems to fix e
Hopefully once your make is completing without errors this problem will
resolve itself. Best -- Eric
Daniel Mahler writes:
> also to load the source i need to do (require 'org)
> if i just (require 'org-install) and try to open my notes file
> i get:
>
> Debugger entered--Lisp error: (void-vari
also to load the source i need to do (require 'org)
if i just (require 'org-install) and try to open my notes file
i get:
Debugger entered--Lisp error: (void-variable org-default-notes-file)
(find-file org-default-notes-file)
thanks
daniel
On Mon, Jun 28, 2010 at 2:08 AM, Daniel Mahler wrote: