emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Org-mode 5.11 released


From: Stephan Schmitt
Subject: [Orgmode] Org-mode 5.11 released
Date: Sun, 07 Oct 2007 18:43:43 +0200
User-agent: Thunderbird 2.0.0.6 (X11/20070807)

Hi,

thanks for org-mode!

I found a bug org-mode 5.11b.

Carsten Dominik wrote:
>    - The function `org-remember' can now be called with a
>      template selection key as argument.  This helps to make key
>      bindings that go directly to a specific template without
>      being prompted for a template, like this:
> 
>       (global-set-key [f5] (lambda () (interactive) (org-remember "j")))

Calling org-remember with an argument gives an error.
Fix:
# diff org.el~ org.el
12442c12442
<                        (if (string-p
org-force-remember-template-char)
---
>                        (if (stringp
org-force-remember-template-char)


Best,
        Stephan




reply via email to

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