From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: MobileOrg: Push more than the current week? Date: Mon, 04 Jul 2011 12:11:55 +0200 Message-ID: <87mxgu8idw.fsf@member.fsf.org> References: <87vcvi8l1l.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdg8U-0001OW-DF for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 06:12:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qdg8Q-0000Qe-UR for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 06:12:14 -0400 Received: from lo.gmane.org ([80.91.229.12]:41804) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qdg8Q-0000QG-N6 for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 06:12:10 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qdg8N-0001CC-LH for emacs-orgmode@gnu.org; Mon, 04 Jul 2011 12:12:07 +0200 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2011 12:12:07 +0200 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Jul 2011 12:12:07 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Tassilo Horn 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