From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Capture abort: (void-function -mode) Date: Fri, 03 Sep 2010 12:11:21 +0200 Message-ID: <87sk1r9lx2.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: 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-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hello, With git pull'ed yesterday eve, I now have this popping up when capturing s= ome text from Gnus: --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (error "Capture abort: (void-function -mode)") signal(error ("Capture abort: (void-function -mode)")) error("Capture abort: %s" (void-function -mode)) (condition-case error (org-capture-put :template (org-capture-fill-templa= te)) ((error quit) (if ... ...) (error "Capture abort: %s" error))) (cond ((equal entry "C") (customize-variable ...)) ((equal entry "q") (er= ror "Abort")) (t (org-capture-set-plist entry) (org-capture-get-template) (= org-capture-put :original-buffer orig-buf :annotation annotation :initial i= nitial) (org-capture-put :default-time ...) (org-capture-set-target-locatio= n) (condition-case error ... ...) (if ... ... ... ...))) (let* ((orig-buf ...) (annotation ...) (initial ...) (entry ...)) (when (= stringp initial) (remove-text-properties 0 ... ... initial)) (when (stringp= annotation) (remove-text-properties 0 ... ... annotation)) (cond (... ...)= (... ...) (t ... ... ... ... ... ... ...))) (cond ((equal goto ...) (org-capture-goto-target)) ((equal goto ...) (org= -capture-goto-last-stored)) (t (let* ... ... ... ...))) org-capture(nil) call-interactively(org-capture nil nil) --8<---------------cut here---------------end--------------->8--- Any idea? Best regards, Seb --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode