From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lee Subject: schedule/deadline and ido-mode conflict Date: Wed, 12 May 2010 23:40:50 +0800 Message-ID: <4BEACC02.30405@gmail.com> 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=44814 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OCE3T-0001Sy-QL for emacs-orgmode@gnu.org; Wed, 12 May 2010 11:41:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OCE3N-0003R0-7n for emacs-orgmode@gnu.org; Wed, 12 May 2010 11:41:03 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:35753) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OCE3N-0003Qu-15 for emacs-orgmode@gnu.org; Wed, 12 May 2010 11:40:57 -0400 Received: by ewy8 with SMTP id 8so119257ewy.8 for ; Wed, 12 May 2010 08:40:56 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi everyone, 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. Thanks, - David