emacs 23 from cvs
org version 5.06e
remember settings as described by John Wiegleys very nice article
When I try to add a note or todo with
M-x remember (C-M-r)
and I have not yet visited any org buffer
I get the following error:
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
string-match("\\S-" nil)
org-make-link-string(nil nil)
org-store-link(nil)
org-remember-annotation()
run-hook-with-args-until-success(org-remember-annotation)
(if remember-run-all-annotation-functions-flag (mapconcat (quote identity)
(delq nil ...) "\n") (run-hook-with-args-until-success (quote
remember-annotation-functions)))
(let* ((annotation ...) (buf ...)) (run-hooks (quote
remember-before-remember-hook)) (switch-to-buffer-other-window buf)
(remember-mode) (when (= ... ...) (when initial ...) (setq remember-annotation
annotation) (when remember-initial-contents ...) (when ... ...) (setq
remember-initial-contents nil) (goto-char ...)) (message "Use C-c C-c to
remember the data."))
remember(nil)
call-interactively(remember)
However, this did work with version 5.04, although there was
(obviously) no way to file the note directly.
Maybe I'm missing something?
Ciao
Thomas
_______________________________________________
Emacs-orgmode mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode