From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Symbol's value as variable is void: org-planning-line-re Date: Tue, 02 Sep 2014 16:37:40 -0400 Message-ID: <87mwahdai3.fsf@alphaville.bos.redhat.com> References: <87fvgamrd3.fsf@nicolasgoaziou.fr> <877g1ln7zk.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOuq8-000259-QR for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 16:38:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOuq2-0000Qj-OM for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 16:38:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:47863) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOuq2-0000QV-DC for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 16:38:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XOups-0005D4-J0 for emacs-orgmode@gnu.org; Tue, 02 Sep 2014 22:37:52 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2014 22:37:52 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Sep 2014 22:37:52 +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 Jeff Kowalczyk writes: > Nicolas Goaziou nicolasgoaziou.fr> writes: >> >> >> `org-planning-line-re' is a defconst defined in "org.el". It looks like >> >> a mixed installation. >> > >> > It's possible, how do I confirm? >> >> M-x org-version might tell you. You can also try to "make autoloads". > > You are correct, there is a discrepancy in versions: > > M-x org-version: > > Org-mode version 8.2.6 (release_8.2.6-1 @ ~/.emacs.d/el-get/org-mode/lisp/) > > Make output @401bf2: > > org-version: 8.3beta (release_8.3beta-310-g38d0eb) > > I tried the following, restart-testing each step with no change > in M-x org-version reported version: > > - org-mode git pull, make clean && make && make autoloads > Strictly speaking, you don't need `make autoloads' here : `make' is equivalent to `make all' and the `all' target depends on the `autoloads' target, so just `make' is enough. OTOH, it does not hurt (other than it duplicates work that is already done). > - remove el-get .loaddefs.el, restart emacs (which rebuilds .loaddefs) > > - el-get update org-mode > > For comparison to bundled org version, I am using Emacs bzr upstream: > > GNU Emacs 24.4.50.1 (x86_64-pc-linux-gnu, X toolkit) of 2014-09-01 > Check your load-path. -- Nick