From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Unable to finalize capture Date: Fri, 04 Oct 2013 17:04:15 -0400 Message-ID: <87siwgvjcg.fsf@alphaville.bos.redhat.com> References: <6094838D-BECF-4705-970F-513364FEC02D@gmail.com> <87vc1dfb3o.fsf@gmail.com> <81DB2648-0CFD-40F6-8E5E-A0630BFBA764@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45095) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSCYC-0004Kk-Tg for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 17:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSCY5-0005yc-K4 for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 17:04:40 -0400 Received: from plane.gmane.org ([80.91.229.3]:48462) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSCY5-0005yU-Dp for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 17:04:33 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VSCY3-00046W-Nz for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 23:04:31 +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 ; Fri, 04 Oct 2013 23:04:31 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 04 Oct 2013 23:04:31 +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 Dror Atariah writes: >> M-x locate-library RET org RET > Returns: > Library is file ~/.emacs.d/elpa/org-plus-contrib-20130930/org.elc N.B. Never used elpa, so take with appropriately sized grain of salt. Not sure whether this is a problem, but why is org.elc in the main directory and not under ~/.emacs.d/elpa/org-plus-contrib-20130930/org/lisp? Maybe you are using a left-over org.elc? > >> and >> >> M-x list-load-path-shadows RET > Returns (I hope I collected only the relevant entries): > /Users/user_name/.emacs.d/elpa/org-plus-contrib-20130930/org hides /Users/user_name/.emacs.d/elpa/org-20130930/org > /Users/user_name/.emacs.d/elpa/org-plus-contrib-20130930/org hides /Users/user_name/.emacs.d/elpa/org-20130812/org > /Users/user_name/.emacs.d/elpa/org-plus-contrib-20130930/org hides /Users/user_name/.emacs.d/elpa/org-20130923/org > /Users/user_name/.emacs.d/elpa/org-plus-contrib-20130930/org hides /Users/user_name/.emacs.d/elpa/org-plus-contrib-20130812/org > /Users/user_name/.emacs.d/elpa/org-plus-contrib-20130930/org hides /Users/user_name/.emacs.d/elpa/org-plus-contrib-20130923/org > /Users/user_name/.emacs.d/elpa/org-plus-contrib-20130930/org hides /Applications/Emacs.app/Contents/Resources/lisp/org/org > > I guess that the above output suggests that org-mode is properly installed (via ELPA), isn't it? I'm afraid that I am not hinted by this output. > Check that your org.el does include the definition of the variable. Then load the uncompiled version using an explicit path: M-x load-file RET /Users/user_name/.emacsd./elpa/..../org/lisp/org.el RET *Now* is the variable defined? If so, does capture work? I'd probably clean up the .elc files and compile anew. Then restart emacs. Nick