From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Keep a file out of the mobile org org-mobile-files list Date: Sat, 05 Mar 2011 11:54:07 +0100 Message-ID: <87mxl9hm7k.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=42897 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pvp7w-0005Gk-0q for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 05:54:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pvp7q-00028f-Ps for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 05:54:23 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:55354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pvp7q-00028b-KV for emacs-orgmode@gnu.org; Sat, 05 Mar 2011 05:54:18 -0500 Received: by wyi11 with SMTP id 11so3372898wyi.0 for ; Sat, 05 Mar 2011 02:54:17 -0800 (PST) In-Reply-To: (Marcelo de Moraes Serpa's message of "Tue, 1 Mar 2011 10:55:12 -0600") 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: Marcelo de Moraes Serpa Cc: Org Mode Hi Marcelo, Marcelo de Moraes Serpa writes: > "This operation copies all files currently listed in org-mobile-files > to the directory org-mobile-directory. By default this list contains > all agenda files (as listed in org-agenda-files), but additional files > can be included by customizing org-mobiles-files. File names will be > staged with paths relative to org-directory, so all files should be > inside this directory" > > Does that mean that, if no org-mobile-files is defined, org will use > org-agenda-files, and if it is, then it will use the list in > org-mobile-files? Yes. > The thing is that, one of the files that are added to the agenda > contains lots of sensitive information, and I wouldn't way to carry it > around on the iPhone. I've added `org-mobile-files-exclude-regexp' that allows you to exclude files from `org-mobile-files' based on a regexp. HTH, -- Bastien