Re: [Orgmode] Re: orgmode.org down ?

2008-04-08 Thread Carsten Dominik

Hi Cezar,

from the backtrace it can be seen that this has nothing to do with Org.
Yes, Org requires calendar, but then the loop is running between  
calendar and cal-menu
which seem to require each other.  In fact, in my cal-menu.el (not the  
latest version)

I find this:

;; The code in this file is only called from calendar.el, but can't
;; require it (to supress undefined function warnings from compiler)
;; without a recursive require.

so this is a bug in Emacs, please report it upstream.  Or get a new  
emacs,

chances are that this has been fixed already.

- Carsten



On Apr 8, 2008, at 6:58 PM, Cezar Halmagean wrote:


Carsten Dominik <[EMAIL PROTECTED]> writes:


I cannot reproduce it.  Can you figure out which of your require
statements causes this?
By commenting all but (require 'org), and then decommenting them one
by one?

do you get an error when compiling the lot?


Compiling what ?



Also, I do not have org-nnml, and I do not use blorg.



This is what I get by starting emacs -q and evaluating (require
'org). Nothing else.

Debugger entered--Lisp error: (error "Recursive `require' for  
feature `calendar'")

 require(calendar)
 byte-code("ÁÂ!ˆÃBÄÅ!ˆÆBÇÈ!‡" [current-load-list require  
calendar cal-menu-moon-menu (lambda (defconst-tmp-var) (defconst cal- 
menu-moon-menu defconst-tmp-var)) ("Moon" ["Lunar Phases" calendar- 
phases-of-moon]) cal-menu-diary-menu (lambda (defconst-tmp-var)  
(defconst cal-menu-diary-menu defconst-tmp-var)) ("Diary" ["Other  
File" diary-view-other-diary-entries] ["Cursor Date" diary-view- 
entries] ["Mark All" diary-mark-entries] ["Show All" diary-show-all- 
entries] ["Insert Diary Entry" diary-insert-entry] ["Insert Weekly"  
diary-insert-weekly-entry] ["Insert Monthly" diary-insert-monthly- 
entry] ["Insert Yearly" diary-insert-yearly-entry] ["Insert  
Anniversary" diary-insert-anniversary-entry] ["Insert Block" diary- 
insert-block-entry] ["Insert Cyclic" diary-insert-cyclic-entry]  
("Insert Baha'i" ["One time" diary-bahai-insert-entry] ["Monthly"  
diary-bahai-insert-monthly-entry] ["Yearly" diary-bahai-insert- 
yearly-entry]) ("Insert Islamic" ["One time" diary-islamic-insert- 
entry] ["Monthly" diary-islamic-insert-monthly-entry] ["Yearly"  
diary-islamic-insert-yearly-entry]) ("Insert Hebrew" ["One time"  
diary-hebrew-insert-entry] ["Monthly" diary-hebrew--insert-monthly- 
entry] ["Yearly" diary-hebrew-insert-yearly-entry]))] 2)

 require(cal-menu)
 byte-code("ÀÁÂÃ#ˆÄÅ!ˆÆÇÂÈÉÊ%ˆÆËÂÌÍÎÉÇ&ˆÆÏÂÐÉÇ 
%ˆÆÑÂÒÉÇÍÎÉÓ&	‡" [load "cal-loaddefs" nil quiet require cal-menu  
custom-declare-group calendar "Calendar and time management  
support." :group applications calendar-hooks "Calendar  
hooks." :prefix "calendar-" diary "Emacs diary." holidays "Holidays  
support in calendar." local] 10)

 require(calendar)
 byte-code("ÁÂ!ˆÃBÄÅ!ˆÆBÇÈ!‡" [current-load-list require  
calendar cal-menu-moon-menu (lambda (defconst-tmp-var) (defconst cal- 
menu-moon-menu defconst-tmp-var)) ("Moon" ["Lunar Phases" calendar- 
phases-of-moon]) cal-menu-diary-menu (lambda (defconst-tmp-var)  
(defconst cal-menu-diary-menu defconst-tmp-var)) ("Diary" ["Other  
File" diary-view-other-diary-entries] ["Cursor Date" diary-view- 
entries] ["Mark All" diary-mark-entries] ["Show All" diary-show-all- 
entries] ["Insert Diary Entry" diary-insert-entry] ["Insert Weekly"  
diary-insert-weekly-entry] ["Insert Monthly" diary-insert-monthly- 
entry] ["Insert Yearly" diary-insert-yearly-entry] ["Insert  
Anniversary" diary-insert-anniversary-entry] ["Insert Block" diary- 
insert-block-entry] ["Insert Cyclic" diary-insert-cyclic-entry]  
("Insert Baha'i" ["One time" diary-bahai-insert-entry] ["Monthly"  
diary-bahai-insert-monthly-entry] ["Yearly" diary-bahai-insert- 
yearly-entry]) ("Insert Islamic" ["One time" diary-islamic-insert- 
entry] ["Monthly" diary-islamic-insert-monthly-entry] ["Yearly"  
diary-islamic-insert-yearly-entry]) ("Insert Hebrew" ["One time"  
diary-hebrew-insert-entry] ["Monthly" diary-hebrew--insert-monthly- 
entry] ["Yearly" diary-hebrew-insert-yearly-entry]))] 2)

 require(cal-menu)
 byte-code("ÀÁÂÃ#ˆÄÅ!ˆÆÇÂÈÉÊ%ˆÆËÂÌÍÎÉÇ&ˆÆÏÂÐÉÇ 
%ˆÆÑÂÒÉÇÍÎÉÓ&	‡" [load "cal-loaddefs" nil quiet require cal-menu  
custom-declare-group calendar "Calendar and time management  
support." :group applications calendar-hooks "Calendar  
hooks." :prefix "calendar-" diary "Emacs diary." holidays "Holidays  
support in calendar." local] 10)

 require(calendar)
 byte-code("ÁÂ!ˆÃBÄÅ!ˆÆBÇÈ!‡" [current-load-list require  
calendar cal-menu-moon-menu (lambda (defconst-tmp-var) (defconst cal- 
menu-moon-menu defconst-tmp-var)) ("Moon" ["Lunar Phases" calendar- 
phases-of-moon]) cal-menu-diary-menu (lambda (defconst-tmp-var)  
(defconst cal-menu-diary-menu defconst-tmp-var)) ("Diary" ["Other  
File" diary-view-other-diary-entries] ["Cursor Date" diary-view- 
entries] ["Mark All" diary-mark-entries] ["Show All" diary-show-all- 
entries] ["Insert Diary Entry" diary-insert-entry] ["Insert Weekly"  

[Orgmode] Re: orgmode.org down ?

2008-04-08 Thread Cezar Halmagean
Carsten Dominik <[EMAIL PROTECTED]> writes:

> I cannot reproduce it.  Can you figure out which of your require
> statements causes this?
> By commenting all but (require 'org), and then decommenting them one
> by one?
>
> do you get an error when compiling the lot?

Compiling what ?

>
> Also, I do not have org-nnml, and I do not use blorg.
>

This is what I get by starting emacs -q and evaluating (require
'org). Nothing else.

Debugger entered--Lisp error: (error "Recursive `require' for feature 
`calendar'")
  require(calendar)
  byte-code("ÁÂ!ˆÃBÄÅ!ˆÆBÇÈ!‡" [current-load-list require calendar 
cal-menu-moon-menu (lambda (defconst-tmp-var) (defconst cal-menu-moon-menu 
defconst-tmp-var)) ("Moon" ["Lunar Phases" calendar-phases-of-moon]) 
cal-menu-diary-menu (lambda (defconst-tmp-var) (defconst cal-menu-diary-menu 
defconst-tmp-var)) ("Diary" ["Other File" diary-view-other-diary-entries] 
["Cursor Date" diary-view-entries] ["Mark All" diary-mark-entries] ["Show All" 
diary-show-all-entries] ["Insert Diary Entry" diary-insert-entry] ["Insert 
Weekly" diary-insert-weekly-entry] ["Insert Monthly" 
diary-insert-monthly-entry] ["Insert Yearly" diary-insert-yearly-entry] 
["Insert Anniversary" diary-insert-anniversary-entry] ["Insert Block" 
diary-insert-block-entry] ["Insert Cyclic" diary-insert-cyclic-entry] ("Insert 
Baha'i" ["One time" diary-bahai-insert-entry] ["Monthly" 
diary-bahai-insert-monthly-entry] ["Yearly" diary-bahai-insert-yearly-entry]) 
("Insert Islamic" ["One time" diary-islamic-insert-entry] ["Monthly" 
diary-islamic-insert-monthly-entry] ["Yearly" 
diary-islamic-insert-yearly-entry]) ("Insert Hebrew" ["One time" 
diary-hebrew-insert-entry] ["Monthly" diary-hebrew--insert-monthly-entry] 
["Yearly" diary-hebrew-insert-yearly-entry]))] 2)
  require(cal-menu)
  byte-code("ÀÁÂÃ#ˆÄÅ!ˆÆÇÂÈÉÊ%ˆÆËÂÌÍÎÉÇ&ˆÆÏÂÐÉÇ%ˆÆÑÂÒÉÇÍÎÉÓ&   ‡" [load 
"cal-loaddefs" nil quiet require cal-menu custom-declare-group calendar 
"Calendar and time management support." :group applications calendar-hooks 
"Calendar hooks." :prefix "calendar-" diary "Emacs diary." holidays "Holidays 
support in calendar." local] 10)
  require(calendar)
  byte-code("ÁÂ!ˆÃBÄÅ!ˆÆBÇÈ!‡" [current-load-list require calendar 
cal-menu-moon-menu (lambda (defconst-tmp-var) (defconst cal-menu-moon-menu 
defconst-tmp-var)) ("Moon" ["Lunar Phases" calendar-phases-of-moon]) 
cal-menu-diary-menu (lambda (defconst-tmp-var) (defconst cal-menu-diary-menu 
defconst-tmp-var)) ("Diary" ["Other File" diary-view-other-diary-entries] 
["Cursor Date" diary-view-entries] ["Mark All" diary-mark-entries] ["Show All" 
diary-show-all-entries] ["Insert Diary Entry" diary-insert-entry] ["Insert 
Weekly" diary-insert-weekly-entry] ["Insert Monthly" 
diary-insert-monthly-entry] ["Insert Yearly" diary-insert-yearly-entry] 
["Insert Anniversary" diary-insert-anniversary-entry] ["Insert Block" 
diary-insert-block-entry] ["Insert Cyclic" diary-insert-cyclic-entry] ("Insert 
Baha'i" ["One time" diary-bahai-insert-entry] ["Monthly" 
diary-bahai-insert-monthly-entry] ["Yearly" diary-bahai-insert-yearly-entry]) 
("Insert Islamic" ["One time" diary-islamic-insert-entry] ["Monthly" 
diary-islamic-insert-monthly-entry] ["Yearly" 
diary-islamic-insert-yearly-entry]) ("Insert Hebrew" ["One time" 
diary-hebrew-insert-entry] ["Monthly" diary-hebrew--insert-monthly-entry] 
["Yearly" diary-hebrew-insert-yearly-entry]))] 2)
  require(cal-menu)
  byte-code("ÀÁÂÃ#ˆÄÅ!ˆÆÇÂÈÉÊ%ˆÆËÂÌÍÎÉÇ&ˆÆÏÂÐÉÇ%ˆÆÑÂÒÉÇÍÎÉÓ&   ‡" [load 
"cal-loaddefs" nil quiet require cal-menu custom-declare-group calendar 
"Calendar and time management support." :group applications calendar-hooks 
"Calendar hooks." :prefix "calendar-" diary "Emacs diary." holidays "Holidays 
support in calendar." local] 10)
  require(calendar)
  byte-code("ÁÂ!ˆÃBÄÅ!ˆÆBÇÈ!‡" [current-load-list require calendar 
cal-menu-moon-menu (lambda (defconst-tmp-var) (defconst cal-menu-moon-menu 
defconst-tmp-var)) ("Moon" ["Lunar Phases" calendar-phases-of-moon]) 
cal-menu-diary-menu (lambda (defconst-tmp-var) (defconst cal-menu-diary-menu 
defconst-tmp-var)) ("Diary" ["Other File" diary-view-other-diary-entries] 
["Cursor Date" diary-view-entries] ["Mark All" diary-mark-entries] ["Show All" 
diary-show-all-entries] ["Insert Diary Entry" diary-insert-entry] ["Insert 
Weekly" diary-insert-weekly-entry] ["Insert Monthly" 
diary-insert-monthly-entry] ["Insert Yearly" diary-insert-yearly-entry] 
["Insert Anniversary" diary-insert-anniversary-entry] ["Insert Block" 
diary-insert-block-entry] ["Insert Cyclic" diary-insert-cyclic-entry] ("Insert 
Baha'i" ["One time" diary-bahai-insert-entry] ["Monthly" 
diary-bahai-insert-monthly-entry] ["Yearly" diary-bahai-insert-yearly-entry]) 
("Insert Islamic" ["One time" diary-islamic-insert-entry] ["Monthly" 
diary-islamic-insert-monthly-entry] ["Yearly" 
diary-islamic-insert-yearly-entry]) ("Insert Hebrew" ["One time" 
diary-hebrew-insert-entry] ["Monthly" diary-hebrew--insert-monthly-entry] 
["Yearly" di

Re: [Orgmode] Re: orgmode.org down ?

2008-04-08 Thread Carsten Dominik
I cannot reproduce it.  Can you figure out which of your require  
statements causes this?
By commenting all but (require 'org), and then decommenting them one  
by one?


do you get an error when compiling the lot?

Also, I do not have org-nnml, and I do not use blorg.

- Carsten
On Apr 8, 2008, at 7:14 AM, Cezar Halmagean wrote:


Carsten Dominik <[EMAIL PROTECTED]> writes:


Hi Cezar,

since nobody else seems to have this problem, chances are that this  
is

in your setup.
What is your setup for Org/calendar/diary ???

- Carsten


http://mixandgo.com/org-mode-init.el



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: orgmode.org down ?

2008-04-07 Thread Cezar Halmagean
Carsten Dominik <[EMAIL PROTECTED]> writes:

> Hi Cezar,
>
> since nobody else seems to have this problem, chances are that this is
> in your setup.
> What is your setup for Org/calendar/diary ???
>
> - Carsten

http://mixandgo.com/org-mode-init.el



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: orgmode.org down ?

2008-04-07 Thread Cezar Halmagean
Bastien <[EMAIL PROTECTED]> writes:

> Hi Cezar,
>
> the website was in the middle of a domain name transfer.
> It is on now: http://orgmode.org
>
> Cezar Halmagean <[EMAIL PROTECTED]> writes:
>
>>   Is the website down ? I am trying to get the latest version on
>>   org-mode because I get an error with the current one, and hope the
>>   latest version will fix it :)
>
> -- 

I seem to have the latest version !

Any idea why I get that error msg ?

Regards,
Cezar



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode