From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Long Subject: Re: How to limit mobileorg agendas to only a subset of my custom agendas? Date: Tue, 24 Nov 2009 20:08:33 -0700 Message-ID: <4B0C9FB1.9020204@alum.mit.edu> References: <4B0B072D.4@alum.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ND8FN-0001dn-Aj for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 22:08:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ND8FM-0001dO-0e for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 22:08:48 -0500 Received: from [199.232.76.173] (port=40082 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ND8FL-0001dL-TD for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 22:08:47 -0500 Received: from qmta02.westchester.pa.mail.comcast.net ([76.96.62.24]:47034) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ND8FL-0007X4-FA for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 22:08:47 -0500 In-Reply-To: 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Dear Carsten, First, thanks! I grabbed it. It works well. And I see you added a few nice options too. For those as non-fluent in lisp as I am, don't get caught by the typo in "moble" (as I did when I first copied the setq into my .emacs file). You want the following text: (or edit it in the customization). (setq org-mobile-agendas '("a")) A couple of follow up questions/comments: 1. I tried to export a timeline, but this produced no output. Is that expected? I don't think I made a mistake here. Is timeline outside of the standard agenda views that are pushable? (setq org-mobile-agendas '("L")) 2. I was able to do a work-around with the month view with a custom command: ("p" "my timeline" agenda "" ((org-agenda-ndays 28))) (setq org-mobile-agendas '("p")) ;; actually I did it in the customization screen Thanks again! Stoph P.S. I've been using org-mode for a while, but picked up some additional tips from watching your google talk yesterday. Thanks for the pointer to it. Carsten Dominik wrote: > > On Nov 23, 2009, at 11:05 PM, Christopher Long wrote: > >> Dear All, >> >> Is there a way to limit the custom agendas synced with mobile org? >> I didn't see anything on that in previous posts. >> I have a set of custom agendas defined in my .emacs file. They >> don't exist as individual files (anywhere that I know about) until I >> do a push >> command. I'd really just like ONE of them to sync. At the moment, >> they all sync slowing things down a lot. > > There is now, get the latest git version and then do > > (setq org-moble-agendas '("a")) > > where "a" is the selection letter of the agenda you'd like to have. > > HTH > > - Carsten > >