From mboxrd@z Thu Jan 1 00:00:00 1970 From: "T.F. Torrey" Subject: Bug: Column view next allowed value throws error Date: Wed, 20 Jan 2016 16:29:28 -0700 Message-ID: <87oacfkexz.fsf@jack.tftorrey.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM2J3-0007lG-OU for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 18:36:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aM2J2-0002CM-RX for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 18:36:53 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:58297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aM2J2-0002C0-L3 for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 18:36:52 -0500 Received: from jack.tftorrey.com.tftorrey.com (unknown [IPv6:2607:fb90:66c:e968:219:7dff:fe32:fdb4]) (Authenticated sender: tftorrey@tftorrey.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id C6B6C17209C for ; Thu, 21 Jan 2016 00:36:49 +0100 (CET) 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 Hello all, With the most recent Org from git, attempting to change to the next or previous allowed value in Column View throws an error: Symbol's value as variable is void: pom An ECM for the error: Type =make vanilla= at the command prompt. Change the scratch buffer to org-mode. Erase the buffer and paste this instead (not including the #+...EXAMPLE lines, of course: #+BEGIN_EXAMPLE ,* Top node for columns view :PROPERTIES: :COLUMNS: %25ITEM %TAGS %PRIORITY %TODO :END: ,** TODO This ,** TODO That #+END_EXAMPLE Move the cursor to the second heading. Press C-c C-x C-c to go to column view. Move to the P column. Press n to change the value to the next allowable value. This error appears: #+BEGIN_QUOTE Symbol's value as variable is void: pom #+END_QUOTE Performing the same steps but starting with emacs -Q in Debian Testing produces the expected results, no error. Emacs : GNU Emacs 24.5.1 (i586-pc-linux-gnu, GTK+ Version 3.18.2) of 2015-10-24 on x86-grnet-01, modified by Debian Package: Org-mode version 8.3.3 (release_8.3.3-470-g3142d1.dirty @ /home/tftorrey/T/hacks/org-mode/lisp/) Thanks in advance, Terry