emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Bug with org-remember integration


From: Thomas Baumann
Subject: [Orgmode] Bug with org-remember integration
Date: Wed, 29 Aug 2007 08:54:37 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

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





reply via email to

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