From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Bug: org-columns-compile-format [8.2.10 (release_8.2.10-1-g8b63dc @ /home/boudiccas/git/org-mode/lisp/)] Date: Tue, 28 Oct 2014 17:47:13 +0000 Message-ID: <874muo3x3y.fsf@gmail.com> References: <87h9yqt2yw.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjArs-0001Tn-Pq for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 13:47:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjArj-0007bU-OK for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 13:47:40 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:44468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjArj-0007aN-HJ for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 13:47:31 -0400 Received: by mail-wi0-f175.google.com with SMTP id h11so8119334wiw.14 for ; Tue, 28 Oct 2014 10:47:29 -0700 (PDT) In-Reply-To: <87h9yqt2yw.fsf@skimble.plus.com> 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: Sharon Kimble , emacs-orgmode@gnu.org Hi Sharon, 2014ko urriak 27an, Sharon Kimble-ek idatzi zuen: [...] > org-mode-hook '(org-drill-add-cloze-fontification org2blog/wp-mode (lambda nil (org-columns 1)) (lambda nil (abbrev-mode 1)) The above (org-columns 1) form is your problem. Have you added this to org-mode-hook your emacs/org configuration files somewhere? If so, you should take it out. Org-columns is not a minor mode, and the argument to that function should not be a number. -- Aaron Ecay