From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix description of org-agenda-filter-effort-default-operator Date: Mon, 10 Nov 2008 16:20:54 -0500 Message-ID: <8763mvp9ah.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KzeBx-0006Yp-6C for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 16:21:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KzeBw-0006YK-I7 for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 16:21:00 -0500 Received: from [199.232.76.173] (port=57200 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KzeBw-0006YE-Eu for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 16:21:00 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:53235) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KzeBw-0003Io-1V for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 16:21:00 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KzeBt-000HAI-Bx for emacs-orgmode@gnu.org; Mon, 10 Nov 2008 21:20:57 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id mAALKsmG007905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 10 Nov 2008 16:20:55 -0500 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id mAALKsiA012046 for ; Mon, 10 Nov 2008 16:20:54 -0500 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 If you skip the operator selection key this defines the default operator. --- Carsten: This commit is available at git://git.norang.ca/org-mode on the 'fix-doc' branch. lisp/org-agenda.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index a2e1415..5484ae4 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -389,7 +389,7 @@ or `C-c a #' to produce the list." (defcustom org-agenda-filter-effort-default-operator "<" "The default operator for effort estimate filtering. -If you select an effort estimate limit with first pressing an operator, +If you select an effort estimate limit without first pressing an operator, this one will be used." :group 'org-agenda-custom-commands :type '(choice (const :tag "less or equal" "<") -- 1.6.0.4.608.ga9645