emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Agenda: Invalid Function 4 [8.3.4 (release_8.3.4-702-gcd47a


From: Nicolas Goaziou
Subject: Re: [O] Bug: Agenda: Invalid Function 4 [8.3.4 (release_8.3.4-702-gcd47ab @ ~/.emacs.d/packages/org-mode/lisp/)]
Date: Tue, 05 Apr 2016 23:34:07 +0200

Hello,

Ian Dunn <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]