Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-28 Thread Eric Schulte
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

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-28 Thread Carsten Dominik
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

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-28 Thread Eric Schulte
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

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-28 Thread Carsten Dominik
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,

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-27 Thread Eric Schulte
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

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-27 Thread Daniel Mahler
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

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-27 Thread Daniel Mahler
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

Re: [Orgmode] Re: org-mode stopped compiling recently

2010-06-27 Thread Eric Schulte
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

[Orgmode] Re: org-mode stopped compiling recently

2010-06-27 Thread Daniel Mahler
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: