emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Problem with org-remember


From: Mark Elston
Subject: [Orgmode] Problem with org-remember
Date: Mon, 19 Jan 2009 12:13:51 -0800
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

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




reply via email to

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