From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lee Subject: Re: schedule/deadline and ido-mode conflict Date: Thu, 13 May 2010 09:49:27 +0800 Message-ID: <4BEB5AA7.9080305@gmail.com> References: <4BEACC02.30405@gmail.com> <27797.1273679219@gamaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=40997 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCOux-0008L5-6A for emacs-orgmode@gnu.org; Wed, 12 May 2010 23:17:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCNYQ-00043y-69 for emacs-orgmode@gnu.org; Wed, 12 May 2010 21:49:39 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:54399) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCNYP-00043q-VF for emacs-orgmode@gnu.org; Wed, 12 May 2010 21:49:38 -0400 Received: by pwi7 with SMTP id 7so501279pwi.0 for ; Wed, 12 May 2010 18:49:36 -0700 (PDT) In-Reply-To: <27797.1273679219@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org 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. > > Thanks, > Nick Hi Nick, thanks. 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? - David