From: Carsten Dominik <carsten.dominik@gmail.com>
To: Levin <zslevin@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Release: Org-mode 5.09
Date: Tue, 18 Sep 2007 13:01:58 +0200 [thread overview]
Message-ID: <dd5e746d1d26c8d70ea589a58ece0a48@gmail.com> (raw)
In-Reply-To: <200709181727.45145.zslevin@gmail.com>
On Sep 18, 2007, at 11:27, Levin wrote:
> There's a small bug with org-fast-todo-selection, pressing " " will
> trigger an
> error instead of clearing the todo state.
>
> Is this small fix ok?
Yes, thanks.
- Carsten
>
> -Levin
>
> diff --git a/lisp/org/org.el b/lisp/org/org.el
> index a5567f5..edb5cb2 100644
> --- a/lisp/org/org.el
> +++ b/lisp/org/org.el
> @@ -13058,7 +13058,7 @@ Returns the new TODO keyword, or nil if no
> state
> change should occur."
> ((or (= c ?\C-g)
> (and (= c ?q) (not (rassoc c fulltable))))
> (setq quit-flag t))
> - ((= c ?\ ) 'none)
> + ((= c ?\ ) nil)
> ((setq e (rassoc c fulltable) tg (car e))
> tg)
> (t (setq quit-flag t))))))
>
>
> _______________________________________________
> 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
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
next prev parent reply other threads:[~2007-09-18 11:02 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-15 10:35 Release: Org-mode 5.09 Carsten Dominik
2007-09-15 21:25 ` Rainer Stengele
2007-09-17 12:24 ` Carsten Dominik
2007-09-18 1:00 ` Xavier Maillard
2007-09-18 9:00 ` Levin
2007-09-18 10:59 ` Carsten Dominik
2007-09-19 0:49 ` Bastien
2007-09-20 8:45 ` Carsten Dominik
2007-09-20 8:45 ` Carsten Dominik
2007-09-20 13:34 ` Bastien
2007-09-20 14:08 ` Nuutti Kotivuori
2007-09-20 14:23 ` Bernt Hansen
2007-09-20 20:07 ` John Wiegley
2007-09-20 14:36 ` Bastien
2007-09-24 9:33 ` Rick Moynihan
2007-09-18 9:27 ` Levin
2007-09-18 11:01 ` Carsten Dominik [this message]
2007-09-18 9:38 ` Levin
2007-09-18 11:11 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=dd5e746d1d26c8d70ea589a58ece0a48@gmail.com \
--to=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=zslevin@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).