On Tue, Jan 28, 2014 at 6:30 PM, Chris Henderson wrote: > On Tue, Jan 28, 2014 at 5:42 PM, Bastien wrote: > >> Chris Henderson writes: >> >> > If I put (require 'org-habit) in my .emacs file, when I do C-c c to >> > add task and press C-c C-c to finish the capture, I get error: >> > Symbol's value as variable is void: org-bookmark-names-plist >> >> That's a symptom of a mixed installation. >> >> How did you install Org? >> >> -- >> Bastien >> > > I install via alt-x package-list. My .emacs has orgmode.org and gnu > listed as package source. I just deleted and installed orgmode again and > still having the issue. > > Delete: > > D org 20131202 installed Outline-based notes > management and organizer > D org-plus-contrib 20131202 installed Outline-based notes > management and organizer > > - quit emacs > > - launch emacs again and alt-x package-list > > I org 20140127 available Outline-based notes > management and organizer > I org-plus-contrib 20140127 available Outline-based notes > management and organizer > > Got the following warnings: > > Compiling file > /Users/chris/.emacs.d/elpa/org-plus-contrib-20140127/ob-C.el at Tue Jan 28 > 18:24:25 2014 > Entering directory `/Users/chris/.emacs.d/elpa/org-plus-contrib-20140127/' > > In end of data: > ob-C.el:244:1:Warning: the function `org-babel-result-cond' is not known > to be defined. > > Compiling file > /Users/chris/.emacs.d/elpa/org-plus-contrib-20140127/ob-R.el at Tue Jan 28 > 18:24:25 2014 > > In end of data: > ob-R.el:391:1:Warning: the function `org-babel-result-cond' is not known > to be defined. > > Done (Total of 92 files compiled, 12 failed, 4 skipped) > > I get two different versions of org-mode coming from the same location depending on if I enable (require 'org-habit) in my .emacs or not. If I enable it, I get: Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @ /Users/chris/.emacs.d/elpa/org-20140127/) and if I don't, I get: Org-mode version 8.2.5g (8.2.5g-7-gb2dce8-elpa @ /Users/chris/.emacs.d/elpa/org-20140127/) Is this the underlying issue causing the problem? How can I get rid of this issue? Should I completely delete /Users/chris/.emacs.d/elpa/ and install orgmode again?