emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Capture abort: (void-function -mode)
@ 2010-09-03 10:11 Sébastien Vauban
  2010-09-04  5:19 ` Noorul Islam
  0 siblings, 1 reply; 3+ messages in thread
From: Sébastien Vauban @ 2010-09-03 10:11 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

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?

Best regards,
  Seb

-- 
Sébastien 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Capture abort: (void-function -mode)
  2010-09-03 10:11 Capture abort: (void-function -mode) Sébastien Vauban
@ 2010-09-04  5:19 ` Noorul Islam
  2010-09-05 20:54   ` Sébastien Vauban
  0 siblings, 1 reply; 3+ messages in thread
From: Noorul Islam @ 2010-09-04  5:19 UTC (permalink / raw)
  To: Sébastien Vauban; +Cc: emacs-orgmode

2010/9/3 Sébastien Vauban <wxhgmqzgwmuf@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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Capture abort: (void-function -mode)
  2010-09-04  5:19 ` Noorul Islam
@ 2010-09-05 20:54   ` Sébastien Vauban
  0 siblings, 0 replies; 3+ messages in thread
From: Sébastien Vauban @ 2010-09-05 20:54 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hi Noorul,

Noorul Islam wrote:
> 2010/9/3 Sébastien Vauban <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>:
>> 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?

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, so.

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

-- 
Sébastien 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-05 20:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-03 10:11 Capture abort: (void-function -mode) Sébastien Vauban
2010-09-04  5:19 ` Noorul Islam
2010-09-05 20:54   ` Sébastien Vauban

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).