From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [org-babel] break when used with header in emacs 22.3 Date: Tue, 10 Jan 2012 21:23:15 +0100 Message-ID: <87y5tfux1o.fsf@gnu.org> References: <87mx9ve3kq.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43494) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkiCy-00048Q-0U for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 15:22:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkiCt-0001YR-LX for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 15:22:11 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:58606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkiCt-0001YF-C6 for emacs-orgmode@gnu.org; Tue, 10 Jan 2012 15:22:07 -0500 Received: by wibhq12 with SMTP id hq12so5365537wib.0 for ; Tue, 10 Jan 2012 12:22:06 -0800 (PST) In-Reply-To: (d. tchin's message of "Tue, 10 Jan 2012 20:11:03 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "d.tchin" Cc: emacs-orgmode@gnu.org d.tchin writes: > I have the following message when I stroke C-c a a. > Press key for agenda command: > let*: Symbol's value as variable is void: diary-list-entries-hook Fixed in the git HEAD. Please download org-latest.zip in 24 hours or use the git repo. PS: the problem was that list-diary-entries-hook is obsolete in recent version of Emacs and I did not create an alias from this name to the new name `diary-list-entries-hook' because I thought Emacs would take care of this. -- Bastien