From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: Re: Symbol's value as variable is void: org-planning-line-re Date: Tue, 2 Sep 2014 15:51:33 +0000 (UTC) Message-ID: References: <87fvgamrd3.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOqND-0006yy-1M for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 11:52:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOqN1-00031r-Jn for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 11:51:58 -0400 Received: from plane.gmane.org ([80.91.229.3]:35730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOqN1-00031g-D6 for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 11:51:47 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XOqMz-0002oi-Dn for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 17:51:46 +0200 Received: from 216.115.1.60 ([216.115.1.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2014 17:51:45 +0200 Received: from jeff.kowalczyk by 216.115.1.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2014 17:51:45 +0200 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 Nicolas Goaziou nicolasgoaziou.fr> writes: > > Jeff Kowalczyk gmail.com> writes: > > > Using org-mode a4a1d85 or 2df0785, I see multiple errors, including: > > > > Using M-q to fill a paragraph, error on the line at point: > > > > user-error: An element cannot be parsed line 7149 > > > > user-error: An element cannot be parsed line 7141 > > > > When using M-RET to insert a heading: > > > > byte-code: Symbol's value as variable is void: org-planning-line-re > > > > When using C-c to update the duration of a clocked time line: > > > > byte-code: Symbol's value as variable is void: org-planning-line-re > > `org-planning-line-re' is a defconst defined in "org.el". It looks like > a mixed installation. It's possible, how do I confirm? I build org daily with 'make clean && make'. git status shows clean tree (d4e4b1e today). $ find . -iname 'org.el*' ./lisp/org.el $ find . -iname '.el[c~]' (no output) Jeff