Re: [Orgmode] Bug in 4.67

2007-02-28 Thread Carsten Dominik
Yes, this binding should exist, I am adding it. Thanks. - Carsten On Feb 27, 2007, at 13:00, Bastien wrote: Hi Carsten, congrats for org-4.67's integration in Emacs 22! I found out that C-c C-x C-s is not bound to org-archive-subtree in the agenda buffer. C-c $ works as expected. Regards,

Re: [Orgmode] Bug in 4.67

2007-02-27 Thread Bastien
Hi Carsten, congrats for org-4.67's integration in Emacs 22! I found out that C-c C-x C-s is not bound to org-archive-subtree in the agenda buffer. C-c $ works as expected. Regards, -- Bastien ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.o

[Orgmode] Bug in 4.67

2007-02-26 Thread Ed Hirgelt
This may be specific to XEmacs and hope it is. At line 5531 in org.el is a local-variable-p call with just one parameter. This fails on XEmacs when I try to archive a completed TODO item with C-$. Adding (current-buffer) as the second parameter resolves the problem. Thanks again for a great to