emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Simple type


From: Carsten Dominik
Subject: Re: [Orgmode] Simple type
Date: Mon, 6 Jul 2009 22:30:51 +0200

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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