emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR.
@ 2009-11-25 22:29 Christoph Groth
  2009-11-26  6:05 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Groth @ 2009-11-25 22:29 UTC (permalink / raw)
  To: emacs-orgmode

---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR.
  2009-11-25 22:29 [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR Christoph Groth
@ 2009-11-26  6:05 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-11-26  6:05 UTC (permalink / raw)
  To: Christoph Groth; +Cc: emacs-orgmode

Nice catch.  Applied, thanks.

- Carsten

On Nov 25, 2009, at 11:29 PM, Christoph Groth wrote:

> ---
> 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
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-26  6:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-25 22:29 [PATCH] org-agenda-filter-by-tag: Do not ignore argument CHAR Christoph Groth
2009-11-26  6:05 ` Carsten Dominik

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).