From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert P. Goldman Subject: Re: Request for advice on OrgMobile Date: Mon, 16 Nov 2009 02:57:12 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9rmf-00044S-3o for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 21:57:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9rma-00041w-FS for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 21:57:40 -0500 Received: from [199.232.76.173] (port=57052 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9rma-00041t-85 for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 21:57:36 -0500 Received: from lo.gmane.org ([80.91.229.12]:37572) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N9rmZ-00010R-LM for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 21:57:36 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N9rmX-0005vq-Ue for emacs-orgmode@gnu.org; Mon, 16 Nov 2009 03:57:34 +0100 Received: from 216.243.156.16.real-time.com ([216.243.156.16]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Nov 2009 03:57:33 +0100 Received: from rpgoldman by 216.243.156.16.real-time.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Nov 2009 03:57:33 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Robert P. Goldman sift.info> writes: > > I just installed OrgMobile and I'm delighted with it. > > But I was wondering --- it seems to create only my custom agendas by default. > Is there any way to persuade it to create the daily and weekly agendas on > export? I'd really like to have those at my fingertips. > OK, I see --- never mind! I just create custom agenda commands that mirror what the normal 1-day and 7-day agendas (C-c a a) do, using the org-agenda-ndays to control them. This seems like a normal enough thing to want to do that one might simply add it as an option to org-mobile's configuration (in org-mobile-push, I assume). I might have a whack at providing a patch if no one better does it first ;-)