[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] Re: org-mode stopped compiling recently
From: |
Eric Schulte |
Subject: |
Re: [Orgmode] Re: org-mode stopped compiling recently |
Date: |
Mon, 28 Jun 2010 08:06:15 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Carsten Dominik <address@hidden> 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?
>
If I add (require 'org) to ob.el, I get the following error
In toplevel form:
lisp/org.el:115:1:Error: Recursive `require' for feature `ob'
make: *** [lisp/org.elc] Error 1
as a consequence of requiring ob.el from within org.el.
If there's a better solution please let me know what I should do.
Thanks -- Eric
>
> - Carsten
>
>
>>
>> Daniel Mahler <address@hidden> 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 declare-function (FN FILE &optional ARGLIST FILEONLY) nil)
>>> at the top of ob.el seems to fix everything.
>>>
>>> cheers
>>> Daniel
>>>
>>>
>>>
>>> On Mon, Jun 28, 2010 at 3:01 AM, Eric Schulte
>>> <address@hidden> wrote:
>>>> Hopefully once your make is completing without errors this problem
>>>> will
>>>> resolve itself. Best -- Eric
>>>>
>>>> Daniel Mahler <address@hidden> 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-variable org-default-notes-
>>>>> file)
>>>>> (find-file org-default-notes-file)
>>>>>
>>>>> thanks
>>>>> daniel
>>>>>
>>>>> On Mon, Jun 28, 2010 at 2:08 AM, Daniel Mahler
>>>>> <address@hidden> wrote:
>>>>>> i get:
>>>>>>
>>>>>> ...
>>>>>> In toplevel form:
>>>>>> lisp/babel/ob-table.el:54:1:Error: Symbol's value as variable is
>>>>>> void: show-all
>>>>>> make: *** [lisp/babel/ob-table.elc] Error 1
>>>>>>
>>>>>> i have tried 'make clean; git pull; make'' over several days
>>>>>> with no change.
>>>>>> this must have happeed only last week or so,
>>>>>> since i had a sucessful sync not long before this started.
>>>>>>
>>>>>> thanks
>>>>>> daniel
>>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Emacs-orgmode mailing list
>>>>> Please use `Reply All' to send replies to the list.
>>>>> address@hidden
>>>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> address@hidden
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> - Carsten
- [Orgmode] org-mode stopped compiling recently, Daniel Mahler, 2010/06/27
- [Orgmode] Re: org-mode stopped compiling recently, Daniel Mahler, 2010/06/27
- Re: [Orgmode] Re: org-mode stopped compiling recently, Eric Schulte, 2010/06/27
- Re: [Orgmode] Re: org-mode stopped compiling recently, Daniel Mahler, 2010/06/28
- Re: [Orgmode] Re: org-mode stopped compiling recently, Daniel Mahler, 2010/06/28
- Re: [Orgmode] Re: org-mode stopped compiling recently, Eric Schulte, 2010/06/28
- Re: [Orgmode] Re: org-mode stopped compiling recently, Carsten Dominik, 2010/06/28
- Re: [Orgmode] Re: org-mode stopped compiling recently,
Eric Schulte <=
- Re: [Orgmode] Re: org-mode stopped compiling recently, Carsten Dominik, 2010/06/28
- Re: [Orgmode] Re: org-mode stopped compiling recently, Eric Schulte, 2010/06/28
Re: [Orgmode] org-mode stopped compiling recently, Eric Schulte, 2010/06/27