From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Schmitt Subject: Org-mode 5.11 released Date: Sun, 07 Oct 2007 18:43:43 +0200 Message-ID: <47090CBF.5010108@cs.tu-berlin.de> References: (auto-added) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IeZGt-0003CF-Uu for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 12:46:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IeZGr-0003Bp-LE for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 12:46:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IeZGr-0003Bm-Ef for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 12:46:25 -0400 Received: from mail.cs.tu-berlin.de ([130.149.17.13]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IeZGr-0001OC-MA for emacs-orgmode@gnu.org; Sun, 07 Oct 2007 12:46:25 -0400 Received: from localhost (localhost [127.0.0.1]) by localhost-12225.cs.tu-berlin.de (Postfix) with ESMTP id 1DB2867032 for ; Sun, 7 Oct 2007 18:44:47 +0200 (MEST) Received: from mailhost.cs.tu-berlin.de ([127.0.0.1]) by localhost (mail.cs.tu-berlin.de [127.0.0.1]) (amavisd-new, port 12224) with ESMTP id 26364-08 for ; Sun, 7 Oct 2007 18:44:37 +0200 (MEST) 15200 Received: from [130.149.24.75] (algieba.ni.cs.tu-berlin.de [130.149.24.75]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: drmabuse) by mailhost.cs.tu-berlin.de (Postfix) with ESMTP for ; Sun, 7 Oct 2007 18:44:35 +0200 (MEST) In-Reply-To: (auto-added) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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