emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] MobileOrg: Push more than the current week?


From: Tassilo Horn
Subject: Re: [O] MobileOrg: Push more than the current week?
Date: Mon, 04 Jul 2011 12:11:55 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Tassilo Horn <address@hidden> writes:

Hi again,

> is there a way to push more than the current week using M-x
> org-mobile-push RET?

After reading the docs more carefully, I managed to answer my question.
The trick is to define a custom agenda view.

--8<---------------cut here---------------start------------->8---
(setq org-agenda-custom-commands
      '(("n" "Next 21 days" agenda "" ((org-agenda-span 21)))))
--8<---------------cut here---------------end--------------->8---

So now I have three agendas on my phone: the default week agenda, all
todos, and this new custom 21 next days overview.

Bye,
Tassilo




reply via email to

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