Hello,

Ian Dunn <du...@gnu.org> writes:

>        (setq org-agenda-query-string match)
>        (setq org-agenda-redo-command
>           (list 'org-tags-view
> -               org--matcher-tags-todo-only
> +               (list 'quote org--matcher-tags-todo-only)
>                 `(if current-prefix-arg nil ,org-agenda-query-string)))
>        (setq files (org-agenda-files nil 'ifmode)
>           rtnall nil)
>
> If my patch doesn't work, I at least hope it helps everyone figure out
> the real problem.

Thank you. I applied it with a slight change (using backquote syntax).

Regards,

-- 
Nicolas Goaziou

Reply via email to