emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions


From: Sven Bretfeld
Subject: Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions
Date: 4 Apr 2012 07:30:51 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Max Mikhanosha <address@hidden> writes:

> This is the same bug as Martyn Jago reported earlier, basically I
> forgot that separate org agenda commands can be run individually
> rather then through (org-agenda) function.
>
> A temporary workaround in your specific case would be to wrap
> (org-batch-agenda) call like this:
>
> (catch 'exit
>   (org-batch-agenda "OFFICE/NEXT"))
>
> I tested it and it seems to work.. The actual fix for the bug will be
> similar and will be wrapping bodies of (org-todo-list) (org-tags-list)
> and friends with (catch 'exit), but it needs to be done conditionally
> as to only do it its called individually and not from (org-agenda)

I see. Thank you for hinting me to a workaround.

Sven



reply via email to

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