Jeff Kowalczyk <jeff.kowalc...@gmail.com> writes: > Nicolas Goaziou <mail <at> 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