2010/9/3 Sébastien Vauban <wxhgmqzgw...@spammotel.com>: > 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)") > signal(error ("Capture abort: (void-function -mode)")) > error("Capture abort: %s" (void-function -mode)) > (condition-case error (org-capture-put :template > (org-capture-fill-template)) ((error quit) (if ... ...) (error "Capture > abort: %s" error))) > (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 :initial > initial) (org-capture-put :default-time ...) > (org-capture-set-target-location) (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? >
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. _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode