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 08:56:43 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Dror Atariah <address@hidden> writes:

> It seems like after the last update I've made to org-mode the
> capturing of notes does not work properly. Currently I have version
> 8.0.7 (20130930) from the ELPA. Hitting C-c c (i.e. org-capture)
> brings the list of capture templates and then I can choose one of them
> to open a buffer where I can actually entry the note. The problem is
> that once I'm done, hitting C-c C-c doesn't close the capturing
> buffer. The content is saved in the right place but I'm not returned
> to the place where I started the capturing. In the *Messages* buffer I
> get the following error: org-capture-finalize: Symbol's value as
> variable is void: org-bookmark-names-plist
>

org-bookmark-names-plist is defined in org.el. Try evaluating

(require 'org)

and seeing if the variable is now defined:

C-h v org-bookmark-names-plist RET

If so, the capture should work. Then you have to figure out why
org.el[c] was not loaded.

If the variable is not defined, check whether you have some old
obsolete org.el lying around:

M-x locate-library RET org RET

and

M-x list-load-path-shadows RET

should give you some clues.

-- 
Nick




reply via email to

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