From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: displayed-month Date: Sat, 29 Sep 2007 14:53:52 +0200 Message-ID: <96bbb5dad730e7ae9863418e69efbe19@science.uva.nl> References: <18174.8158.442153.292809@gargle.gargle.HOWL> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IbbpR-00044e-Vu for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 08:53:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IbbpR-00043t-JX for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 08:53:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbbpR-00043V-1a for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 08:53:53 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IbbpQ-0004Dd-Mg for emacs-orgmode@gnu.org; Sat, 29 Sep 2007 08:53:52 -0400 In-Reply-To: <18174.8158.442153.292809@gargle.gargle.HOWL> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q? Fran=E7ois_Puitg ?= Cc: emacs-orgmode@gnu.org Hi, On Sep 29, 2007, at 11:50, Fran=E7ois Puitg wrote: > Hi all, > > I'm new to this list. > > Thanks to Carsten (and to all the contributors) for this excellent > mode. > > Seems I've discovered a little bug (there's an easy workaround, see > below), but I'm not sure it's org-mode fault: when I try to insert a > time stamp (with C-c .), I can't select a date as explained in section > 8.2.1 of the manual. So I just hit q to quit the calendar frame and > enter a date by hand in the minibuffer. The time stamp is correctly > inserted in my org buffer, but then, as soon as I hit any key, I get a > "Symbol's value as variable is void: displayed-month" error in the > minibuffer (even if I use mouse buttons). What is the setup you are using to get the calendar in a separate frame? Org-mode assumes that it is coming up in the *current* frame. Do your really need to press q to get rid of the calendar? Can't you just type in the minibuffer of the other frame? - Carsten=