From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to limit mobileorg agendas to only a subset of my custom agendas? Date: Wed, 25 Nov 2009 00:54:46 +0100 Message-ID: References: <4B0B072D.4@alum.mit.edu> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ND5Dn-0000M8-5D for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 18:54:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ND5Di-0000IE-8W for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 18:54:58 -0500 Received: from [199.232.76.173] (port=41704 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ND5Di-0000I6-1m for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 18:54:54 -0500 Received: from mail-ew0-f215.google.com ([209.85.219.215]:53083) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ND5Dh-0007GL-SC for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 18:54:54 -0500 Received: by ewy7 with SMTP id 7so180431ewy.8 for ; Tue, 24 Nov 2009 15:54:52 -0800 (PST) In-Reply-To: <4B0B072D.4@alum.mit.edu> 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: Christopher Long Cc: emacs-orgmode@gnu.org 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