From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dror Atariah Subject: Unable to finalize a capture Date: Fri, 4 Oct 2013 12:25:45 +0200 Message-ID: <4EB27C09-96FD-4F62-88B2-A25D2E246124@gmail.com> Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: multipart/alternative; boundary=Apple-Mail-5-995703137 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS2a7-0001LZ-5t for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 06:26:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VS2Zx-0000pT-RW for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 06:25:59 -0400 Received: from mail-ea0-x231.google.com ([2a00:1450:4013:c01::231]:42816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VS2Zx-0000oo-Fi for emacs-orgmode@gnu.org; Fri, 04 Oct 2013 06:25:49 -0400 Received: by mail-ea0-f177.google.com with SMTP id f15so1694437eak.36 for ; Fri, 04 Oct 2013 03:25:48 -0700 (PDT) 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 --Apple-Mail-5-995703137 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii 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.=20 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:=20 "org-capture-finalize: Symbol's value as variable is void: = org-bookmark-names-plist" I don't really know where to start debugging this problem. Any ideas? I believe the following are all the related setting that I have: ;; Capture-org (setq org-default-notes-file (concat org-directory "/notes.org")) (define-key global-map "\C-cc" 'org-capture) (setq org-capture-templates (quote (("t" "todo" entry (file (concat org-directory "/gtd.org")) "* TODO %?\n%U\n%a\n" :clock-in t :clock-resume t) ("n" "note" entry (file (concat org-directory "/gtd.org")) "* %? :NOTE:\n%U\n%a\n" :clock-in t :clock-resume t) ("j" "Journal" entry (file+datetree (concat org-directory = "/diary.org")) "* %?\n%U\n" :clock-in t :clock-resume t) ("v" "Vocabulary" entry (file+headline (concat org-directory "/vocab.org") "Vocabulary") "* %^{The word} :drill:\n:PROPERTIES:\n:Part-of-speech: = %^{Part of speech|verb|noun|adj|adv}\n:END:\n %t\n %^{Extended word (may = be empty)} \n** Answer \n%^{The definition}") ))) --Apple-Mail-5-995703137 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii 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"
I don't really know where to start = debugging this problem. Any ideas?
I believe the following are all the related setting that I = have:

;; = Capture-org
(setq org-default-notes-file (concat = org-directory "/notes.org"))

(setq = org-capture-templates