Hi,

I am having trouble getting org-remember to work.  I have
(require 'org) with several other org related settings in my
.emacs but when I try M-x org-remember on a TODO item (or anywhere
else) I get:

Debugger entered--Lisp error: (error "Autoloading failed to define function org-remember")
    signal(error ("Autoloading failed to define function org-remember"))
    error("%s" "Autoloading failed to define function org-remember")
(condition-case act-on-choice (let (...) (setq icicle-candidate-action-fn nil) (funcall ... cmd-choice)) (quit (icicle-try-switch-buffer orig-buff) nil) (error (icicle-try-switch-buffer orig-buff) nil (error "%s" ...))) (let* ((orig-buff ...) (orig-window ...) (use-file-dialog nil) (last-command last-command) new-last-cmd (icicle-candidate-action-fn ...)) nil (condition-case act-on-choice (let ... ... ...) (quit ... nil) (error ... nil ...)) (setq this-command new-last-cmd))
    icicle-execute-extended-command()
    call-interactively(icicle-execute-extended-command)

If I don't load the icicle package I get roughly the same error:

Debugger entered--Lisp error: (error "Autoloading failed to define function org-remember")
    execute-extended-command(nil)
    call-interactively(execute-extended-command)

If I load-library org-remember then I can call the function without
error but it doesn't populate the buffer with anything and if I enter
some text and type C-cC-c I get an error about a nonexistent region.

Any ideas?

Emacs 22.3.1
Windows XP
org-mode 6.17c

Mark


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to