From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Simple type Date: Mon, 6 Jul 2009 22:30:51 +0200 Message-ID: <80737C2D-B809-478E-9642-CCEB1DD13C9D@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MNuq3-0007zS-OE for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 16:30:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MNupy-0007yN-SG for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 16:30:59 -0400 Received: from [199.232.76.173] (port=44558 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MNupy-0007yK-IB for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 16:30:54 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]:34874) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MNupy-0007b9-7B for emacs-orgmode@gnu.org; Mon, 06 Jul 2009 16:30:54 -0400 Received: by ewy4 with SMTP id 4so5126410ewy.42 for ; Mon, 06 Jul 2009 13:30:53 -0700 (PDT) In-Reply-To: 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: Phil Rooke Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Jul 6, 2009, at 9:28 PM, Phil Rooke wrote: > diff --git a/lisp/org-remember.el b/lisp/org-remember.el > index 149bd30..91bf482 100644 > --- a/lisp/org-remember.el > +++ b/lisp/org-remember.el > @@ -349,7 +349,7 @@ RET at beg-of-buf -> Append to file as level 2 > headline > (setq char0 (read-char-exclusive)) > (when (and (not (assoc char0 templates)) > (not (equal char0 ?\C-g))) > - (message "No suche template \"%c\"" char0) > + (message "No such template \"%c\"" char0) > (ding) (sit-for 1) > (setq char0 nil))) > (when (equal char0 ?\C-g) > > > _______________________________________________ > 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