From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Capture abort: (void-function -mode) Date: Sun, 05 Sep 2010 22:54:26 +0200 Message-ID: <8739tnvrlp.fsf@mundaneum.com> References: <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 Hi Noorul, Noorul Islam wrote: > 2010/9/3 S=C3=A9bastien Vauban : >> Hello, >> >> With git pull'ed yesterday eve, I now have this popping up when capturin= g some >> text from Gnus: >> >> --8<---------------cut here---------------start------------->8--- >> Debugger entered--Lisp error: (error "Capture abort: (void-function -mod= e)") >> =C2=A0signal(error ("Capture abort: (void-function -mode)")) >> =C2=A0error("Capture abort: %s" (void-function -mode)) >> =C2=A0(condition-case error (org-capture-put :template (org-capture-fill= -template)) ((error quit) (if ... ...) (error "Capture abort: %s" error))) >> =C2=A0(cond ((equal entry "C") (customize-variable ...)) ((equal entry "= q") (error "Abort")) (t (org-capture-set-plist entry) (org-capture-get-temp= late) (org-capture-put :original-buffer orig-buf :annotation annotation :in= itial initial) (org-capture-put :default-time ...) (org-capture-set-target-= location) (condition-case error ... ...) (if ... ... ... ...))) >> =C2=A0(let* ((orig-buf ...) (annotation ...) (initial ...) (entry ...)) = (when (stringp initial) (remove-text-properties 0 ... ... initial)) (when (= stringp annotation) (remove-text-properties 0 ... ... annotation)) (cond (.= .. ...) (... ...) (t ... ... ... ... ... ... ...))) >> =C2=A0(cond ((equal goto ...) (org-capture-goto-target)) ((equal goto ..= .) (org-capture-goto-last-stored)) (t (let* ... ... ... ...))) >> =C2=A0org-capture(nil) >> =C2=A0call-interactively(org-capture nil nil) >> --8<---------------cut here---------------end--------------->8--- >> >> Any idea? > > Can you provide steps to re-produce this? No, with some more use of it, I can tell it's not occurring every time. Occurred a couple of times before I posted the above message. Not always, s= o. Next time it occurs, I try to make it reproducible. Though, I thought the message could give info to someone eventually having played with that port of the code in the last days... > Also which template are you using? This one: #+begin_src org ("No" "Org" entry (file+headline "~/Public/Notes-on-Org.txt" "Notes") "* %^{Title} :PROPERTIES: :Created: %U :END: %i >From %a" :empty-lines 1) #+end_src 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