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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to