From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noorul Islam Subject: Re: Capture abort: (void-function -mode) Date: Sat, 4 Sep 2010 10:49:55 +0530 Message-ID: References: <87sk1r9lx2.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=53671 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrlAU-0004Dr-2O for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 01:19:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrlAS-0007iB-DY for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 01:19:57 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:33322) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrlAS-0007i5-Au for emacs-orgmode@gnu.org; Sat, 04 Sep 2010 01:19:56 -0400 Received: by gwj16 with SMTP id 16so1364151gwj.0 for ; Fri, 03 Sep 2010 22:19:55 -0700 (PDT) In-Reply-To: <87sk1r9lx2.fsf@mundaneum.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org 2010/9/3 S=E9bastien Vauban : > Hello, > > With git pull'ed yesterday eve, I now have this popping up when capturing= some > text from Gnus: > > --8<---------------cut here---------------start------------->8--- > Debugger entered--Lisp error: (error "Capture abort: (void-function -mode= )") > =A0signal(error ("Capture abort: (void-function -mode)")) > =A0error("Capture abort: %s" (void-function -mode)) > =A0(condition-case error (org-capture-put :template (org-capture-fill-tem= plate)) ((error quit) (if ... ...) (error "Capture abort: %s" error))) > =A0(cond ((equal entry "C") (customize-variable ...)) ((equal entry "q") = (error "Abort")) (t (org-capture-set-plist entry) (org-capture-get-template= ) (org-capture-put :original-buffer orig-buf :annotation annotation :initia= l initial) (org-capture-put :default-time ...) (org-capture-set-target-loca= tion) (condition-case error ... ...) (if ... ... ... ...))) > =A0(let* ((orig-buf ...) (annotation ...) (initial ...) (entry ...)) (whe= n (stringp initial) (remove-text-properties 0 ... ... initial)) (when (stri= ngp annotation) (remove-text-properties 0 ... ... annotation)) (cond (... .= ..) (... ...) (t ... ... ... ... ... ... ...))) > =A0(cond ((equal goto ...) (org-capture-goto-target)) ((equal goto ...) (= org-capture-goto-last-stored)) (t (let* ... ... ... ...))) > =A0org-capture(nil) > =A0call-interactively(org-capture nil nil) > --8<---------------cut here---------------end--------------->8--- > > Any idea? > Can you provide steps to re-produce this? Also which template are you using? Thanks and Regards Noorul PS: I am not able to reproduce this.