From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dror Atariah Subject: Re: Unable to finalize capture Date: Fri, 4 Oct 2013 16:31:53 +0200 Message-ID: <81DB2648-0CFD-40F6-8E5E-A0630BFBA764@gmail.com> References: <6094838D-BECF-4705-970F-513364FEC02D@gmail.com> <87vc1dfb3o.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS6QK-00074E-3B for Emacs-orgmode@gnu.org; Fri, 04 Oct 2013 10:32:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VS6QB-0004ff-JK for Emacs-orgmode@gnu.org; Fri, 04 Oct 2013 10:32:08 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:39480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS6QB-0004fD-B7 for Emacs-orgmode@gnu.org; Fri, 04 Oct 2013 10:31:59 -0400 Received: by mail-wi0-f170.google.com with SMTP id cb5so2417306wib.1 for ; Fri, 04 Oct 2013 07:31:57 -0700 (PDT) In-Reply-To: <87vc1dfb3o.fsf@gmail.com> 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: Nick Dokos Cc: Emacs-orgmode@gnu.org On Oct 4, 2013, at 14:56 PM, Nick Dokos wrote: > Dror Atariah writes: >=20 >> 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 >>=20 >=20 > org-bookmark-names-plist is defined in org.el. Try evaluating >=20 > (require 'org) This evaluation can be found in my init file. I can evaluate this = manually without any problem.=20 > and seeing if the variable is now defined: >=20 > C-h v org-bookmark-names-plist RET The variable is not defined. Thus, I guess I'm facing the following case = in your answer: > If the variable is not defined, check whether you have some old > obsolete org.el lying around: >=20 > M-x locate-library RET org RET Returns: Library is file ~/.emacs.d/elpa/org-plus-contrib-20130930/org.elc > and >=20 > 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. What further steps can I take?=