From mboxrd@z Thu Jan 1 00:00:00 1970 From: Diep Pham Van Subject: Error in post-command-hook: (void-variable org-ans1) Date: Thu, 15 Sep 2011 01:47:06 +0700 Message-ID: <20110915014706.308bf957@favadi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3uUP-0003nT-3m for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 14:47:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3uUO-0002f5-1N for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 14:47:17 -0400 Received: from mail-pz0-f43.google.com ([209.85.210.43]:53483) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3uUN-0002dW-Sr for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 14:47:15 -0400 Received: by pzd13 with SMTP id 13so762196pzd.30 for ; Wed, 14 Sep 2011 11:47:14 -0700 (PDT) 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: emacs-orgmode@gnu.org I get this error: "Error in post-command-hook: (void-variable org-ans1)" every time I want to use schedule or deadline. After that, the error message appear with any command. After some minutes, this error message disappear and I can use anny command as expected. This problem happens with both the version ship with emacs 23.3 or latest version (7.7). This is my .emacs config. http://pastebin.com/sQaTYJCR C-h v post-command-hook before the problem appear: post-command-hook is a variable defined in `C source code'. Its value is (linum-update-current ac-handle-post-command autopair-post-command-handler t) Local in buffer .emacs; global value is (global-font-lock-mode-check-buffers global-linum-mode-check-buffers global-auto-complete-mode-check-buffers autopair-global-mode-check-buffers yas/global-mode-check-buffers global-hl-line-highlight) After: post-command-hook\ \ \ is void as a variable. Documentation: Not documented as a variable. I've search around and still could not solve the problem. Anyone help me with this?