Bastien writes:
> Hi Osiris,
>
> OSiRiS writes:
>
>> I tried to set the custom view in the calendar, but does not work.
>>
>> #+BEGIN_SRC elisp
>>
>> (setq org-agenda-custom-commands
>> '(
>> ("f" "FIXED" tags-todo
>> "+bug+TODO=\"DONE\"+STATUS=\"FIXED\"+CLOSED>=\"\"")
>> )
>>
Thanks Matt, works like a charm!
The final version of my org-agenda-custom-commands:
(setq org-agenda-custom-commands
'(("c" . "Priority views")
("ca" "#A" agenda ""
((org-agenda-entry-types '(:scheduled))
(org-agenda-skip-function '(org-agenda-skip-entry-if 'not
Barton writes:
> In my workflow, I move by priorities and scheduled dates for the tasks.
> My goal with this issue is to have a view that would show me only the
> tasks with certain priority(-ies) that are scheduled for today (or are
> overdue, as in (org-agenda-repeating-timestamp-show-all t) )
В Thu, 24 Dec 2009 06:21:23 -0500
Matt Lundin пишет:
> Does the following work? Since STARTED is a todo state, it needs to be
> specified with a different syntax.
>
> (setq org-agenda-custom-commands
>(quote
> (("w" "work tasks" tags-todo
> "@WORK/!STARTED" ((org-agenda-to
Yuri Goncharov writes:
> I try to make custom agenda view with todo keyword STARTED and tag @HOME
> I wrote this code
>
> (setq org-agenda-custom-commands
> (quote
> (("w" "work tasks" tags-todo
> "+start...@work" ((org-agenda-todo-ignore-with-date nil)))
> ("h" "home t
Nevermind. Finally got through the elisp errors :)
(org-add-agenda-custom-command
'("w" "TODO"
((agenda "TODO" ((org-agenda-skip-function
(lambda nil
(org-agenda-skip-entry-if
(quote no