emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Unable to finalize capture


From: Nick Dokos
Subject: Re: [O] Unable to finalize capture
Date: Fri, 04 Oct 2013 17:04:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Dror Atariah <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]