emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Capture abort: (void-function -mode)


From: Sébastien Vauban
Subject: [Orgmode] Re: Capture abort: (void-function -mode)
Date: Sun, 05 Sep 2010 22:54:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi Noorul,

Noorul Islam wrote:
> 2010/9/3 Sébastien Vauban <address@hidden>:
>> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]