From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Escriva Subject: Re: MobileOrg Date: Fri, 14 Mar 2014 17:50:03 -0700 Message-ID: References: <86lhwvzwhh.fsf@gmail.com> <86ha70iak8.fsf@freeenv.ad.medctr.ucla.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOcne-00006w-5x for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 20:50:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOcnV-00053x-Q5 for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 20:50:06 -0400 Received: from mail-pa0-x235.google.com ([2607:f8b0:400e:c03::235]:40601) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOcnV-00053n-I2 for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 20:49:57 -0400 Received: by mail-pa0-f53.google.com with SMTP id ld10so3318646pab.12 for ; Fri, 14 Mar 2014 17:49:56 -0700 (PDT) In-Reply-To: <86ha70iak8.fsf@freeenv.ad.medctr.ucla.edu> 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: Aric Gregson Cc: David Masterson , emacs-orgmode@gnu.org Aric Gregson writes: > Hello, > > I was wondering if it is possible to export only some of the org files > for mobileorg? Like have a list of included or excluded files? > This definitely could be possible, bu default just the value for org-agenda-files is used. org-mobile.el which is responsible for the sync has a custom var defined called 'org-mobile-files-exclude-regexp' which should exlude files that match. I haven't used it myself though. -- -sean