emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Bug with org-remember integration


From: Bernt Hansen
Subject: [Orgmode] Re: Bug with org-remember integration
Date: Wed, 29 Aug 2007 14:00:49 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

address@hidden writes:

>    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)
>
> The error is launched when invoking the `org-remember-annotation' hook
> while staying in a buffer not associated with a file.
>
>     (if (and (interactive-p) link)
>       (progn
>         (setq org-stored-links
>               (cons (list cpltxt link desc) org-stored-links))
>         (message "Stored: %s" (or cpltxt link)))
>       (org-make-link-string link desc))))
>
> In that case, `org-make-link-string' is called with nil values for
> both `link' and `desc'.

I also get this

   "if: Wrong type argument: stringp, nil"

when using C-M-r in a non-file buffer (typically the agenda)

GNU Emacs 22.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 
2007-07-07 on raven, modified by Debian
Org-mode version 5.06


Bernt





reply via email to

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