[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Orgmode] [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR.
From: |
Christoph Groth |
Subject: |
[Orgmode] [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR. |
Date: |
Wed, 25 Nov 2009 23:29:41 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
---
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 846e4b0..cf748f0 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -5130,7 +5130,7 @@ to switch to narrowing."
(effort-prompt "")
(inhibit-read-only t)
(current org-agenda-filter)
- char a n tag)
+ a n tag)
(unless char
(message
"%s by tag [%s ], [TAB], %s[/]:off, [+-]:narrow, [>=<?]:effort: "
--
1.6.5
- [Orgmode] [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR.,
Christoph Groth <=