From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: schedule/deadline and ido-mode conflict Date: Wed, 12 May 2010 22:26:51 -0400 Message-ID: <10401.1273717611@gamaville.dokosmarshall.org> References: <4BEACC02.30405@gmail.com> <27797.1273679219@gamaville.dokosmarshall.org> <4BEB5AA7.9080305@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=40951 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCOu2-0008Gw-Io for emacs-orgmode@gnu.org; Wed, 12 May 2010 23:16:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCO8g-0002Rx-M1 for emacs-orgmode@gnu.org; Wed, 12 May 2010 22:27:08 -0400 Received: from vms173013pub.verizon.net ([206.46.173.13]:49509) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCO8g-0002Rh-If for emacs-orgmode@gnu.org; Wed, 12 May 2010 22:27:06 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173013.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L2C00COP6SS6XB2@vms173013.mailsrvcs.net> for emacs-orgmode@gnu.org; Wed, 12 May 2010 21:26:52 -0500 (CDT) In-reply-to: Message from David Lee of "Thu, 13 May 2010 09:49:27 +0800." <4BEB5AA7.9080305@gmail.com> 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: David Lee Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org David Lee wrote: > On 05/12/2010 11:46 PM, Nick Dokos wrote: > > David Lee wrote: > > > > > >> After insert schedule and deadline by C-c C-s, C-c C-d, I switch > >> buffer by ido-mode command ido-switch-buffer. > >> > >> Emacs will give out a message: > >> Error in post-command-hook: (void-variable org-ans1) > >> > >> And ido-switch-buffer doesn't work. > >> > >> My environment: Emacs 23.1, Org-mode 6.36. > >> > > > > Please post a backtrace. To find out how to get a backtrace, read > > section 1.4, "Feedback", of the Org manual. > > > > I turn on "Enter Debugger On error" all the time, and follow the > instruction in Org Info. > But I cannot get the backtrace, seems its not an *error* (didn't fire > up elisp debugger), but just a message? > > The conflict make me give up schedule/deadline. > > So, any other suggestion on get the backtrace? > Nope - no ideas/suggestions: seems to me it should have triggered. What's the value of post-command-hook just before you get the error? Note that that's a buffer-local variable, so you'll have to evaluate it (using `C-h v post-command-hook ') in the correct buffer. Nick