* Keep a file out of the mobile org org-mobile-files list
@ 2011-03-01 16:55 Marcelo de Moraes Serpa
2011-03-03 22:49 ` Marcelo de Moraes Serpa
2011-03-05 10:54 ` Bastien
0 siblings, 2 replies; 9+ messages in thread
From: Marcelo de Moraes Serpa @ 2011-03-01 16:55 UTC (permalink / raw)
To: Org Mode
Hello list,
I have a specific org file that I wound't like to have on my mobile
device (iPhone) and I know that org by defaults adds all the files
from org-agenda-files.
The manual says:
"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?
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.
Thanks in advance,
Marcelo.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Keep a file out of the mobile org org-mobile-files list
2011-03-01 16:55 Keep a file out of the mobile org org-mobile-files list Marcelo de Moraes Serpa
@ 2011-03-03 22:49 ` Marcelo de Moraes Serpa
2011-03-05 10:54 ` Bastien
2011-03-05 10:54 ` Bastien
1 sibling, 1 reply; 9+ messages in thread
From: Marcelo de Moraes Serpa @ 2011-03-03 22:49 UTC (permalink / raw)
To: Org Mode
*bump* -- anyone ?
On Tue, Mar 1, 2011 at 10:55 AM, Marcelo de Moraes Serpa
<celoserpa@gmail.com> wrote:
> Hello list,
>
> I have a specific org file that I wound't like to have on my mobile
> device (iPhone) and I know that org by defaults adds all the files
> from org-agenda-files.
>
> The manual says:
>
> "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?
>
> 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.
>
> Thanks in advance,
>
> Marcelo.
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Keep a file out of the mobile org org-mobile-files list
2011-03-01 16:55 Keep a file out of the mobile org org-mobile-files list Marcelo de Moraes Serpa
2011-03-03 22:49 ` Marcelo de Moraes Serpa
@ 2011-03-05 10:54 ` Bastien
1 sibling, 0 replies; 9+ messages in thread
From: Bastien @ 2011-03-05 10:54 UTC (permalink / raw)
To: Marcelo de Moraes Serpa; +Cc: Org Mode
Hi Marcelo,
Marcelo de Moraes Serpa <celoserpa@gmail.com> 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
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: Keep a file out of the mobile org org-mobile-files list
2011-03-03 22:49 ` Marcelo de Moraes Serpa
@ 2011-03-05 10:54 ` Bastien
2011-03-05 17:52 ` Marcelo de Moraes Serpa
0 siblings, 1 reply; 9+ messages in thread
From: Bastien @ 2011-03-05 10:54 UTC (permalink / raw)
To: Marcelo de Moraes Serpa; +Cc: Org Mode
Hi Marcelo,
Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:
> *bump* -- anyone ?
I know people on this list are *very* reactive, but a delay of two days
doesn't mean an email will never be answered - please wait for one week
before bumping threads... thanks!
--
Bastien
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: Keep a file out of the mobile org org-mobile-files list
2011-03-05 10:54 ` Bastien
@ 2011-03-05 17:52 ` Marcelo de Moraes Serpa
2011-03-07 2:13 ` Marcelo de Moraes Serpa
0 siblings, 1 reply; 9+ messages in thread
From: Marcelo de Moraes Serpa @ 2011-03-05 17:52 UTC (permalink / raw)
To: Bastien; +Cc: Org Mode
Thanks Bastien, and sorry for the early bump!
Marcelo.
On Sat, Mar 5, 2011 at 4:54 AM, Bastien <bzg@altern.org> wrote:
> Hi Marcelo,
>
> Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:
>
>> *bump* -- anyone ?
>
> I know people on this list are *very* reactive, but a delay of two days
> doesn't mean an email will never be answered - please wait for one week
> before bumping threads... thanks!
>
> --
> Bastien
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: Keep a file out of the mobile org org-mobile-files list
2011-03-05 17:52 ` Marcelo de Moraes Serpa
@ 2011-03-07 2:13 ` Marcelo de Moraes Serpa
2011-03-07 2:26 ` Marcelo de Moraes Serpa
0 siblings, 1 reply; 9+ messages in thread
From: Marcelo de Moraes Serpa @ 2011-03-07 2:13 UTC (permalink / raw)
To: Bastien; +Cc: Org Mode
Bastien, I've tried doing this:
(setq org-mobile-files-exclude-regexp "reference.org")
But reference.org is still being copied to Dropbox. I have org v.
release_7.4-124-gde39b
Any ideas?
Thanks,
Marcelo.
On Sat, Mar 5, 2011 at 11:52 AM, Marcelo de Moraes Serpa
<celoserpa@gmail.com> wrote:
> Thanks Bastien, and sorry for the early bump!
>
> Marcelo.
>
> On Sat, Mar 5, 2011 at 4:54 AM, Bastien <bzg@altern.org> wrote:
>> Hi Marcelo,
>>
>> Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:
>>
>>> *bump* -- anyone ?
>>
>> I know people on this list are *very* reactive, but a delay of two days
>> doesn't mean an email will never be answered - please wait for one week
>> before bumping threads... thanks!
>>
>> --
>> Bastien
>>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: Keep a file out of the mobile org org-mobile-files list
2011-03-07 2:13 ` Marcelo de Moraes Serpa
@ 2011-03-07 2:26 ` Marcelo de Moraes Serpa
2011-03-07 8:10 ` Bastien
0 siblings, 1 reply; 9+ messages in thread
From: Marcelo de Moraes Serpa @ 2011-03-07 2:26 UTC (permalink / raw)
To: Bastien; +Cc: Org Mode
Oh, disregard my message. Now I see it I needed to pull before... thanks!
On Sun, Mar 6, 2011 at 8:13 PM, Marcelo de Moraes Serpa
<celoserpa@gmail.com> wrote:
> Bastien, I've tried doing this:
>
> (setq org-mobile-files-exclude-regexp "reference.org")
>
> But reference.org is still being copied to Dropbox. I have org v.
> release_7.4-124-gde39b
>
> Any ideas?
>
> Thanks,
>
> Marcelo.
>
>
> On Sat, Mar 5, 2011 at 11:52 AM, Marcelo de Moraes Serpa
> <celoserpa@gmail.com> wrote:
>> Thanks Bastien, and sorry for the early bump!
>>
>> Marcelo.
>>
>> On Sat, Mar 5, 2011 at 4:54 AM, Bastien <bzg@altern.org> wrote:
>>> Hi Marcelo,
>>>
>>> Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:
>>>
>>>> *bump* -- anyone ?
>>>
>>> I know people on this list are *very* reactive, but a delay of two days
>>> doesn't mean an email will never be answered - please wait for one week
>>> before bumping threads... thanks!
>>>
>>> --
>>> Bastien
>>>
>>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: Keep a file out of the mobile org org-mobile-files list
2011-03-07 2:26 ` Marcelo de Moraes Serpa
@ 2011-03-07 8:10 ` Bastien
2011-03-07 16:52 ` Marcelo de Moraes Serpa
0 siblings, 1 reply; 9+ messages in thread
From: Bastien @ 2011-03-07 8:10 UTC (permalink / raw)
To: Marcelo de Moraes Serpa; +Cc: Org Mode
Hi Marcelo,
Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:
> Oh, disregard my message. Now I see it I needed to pull
> before... thanks!
Also note this variable expects a regular expression:
"reference.org" is okay since it maches itself right,
but I just wanted to point this out, in case.
--
Bastien
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: Keep a file out of the mobile org org-mobile-files list
2011-03-07 8:10 ` Bastien
@ 2011-03-07 16:52 ` Marcelo de Moraes Serpa
0 siblings, 0 replies; 9+ messages in thread
From: Marcelo de Moraes Serpa @ 2011-03-07 16:52 UTC (permalink / raw)
To: Bastien; +Cc: Org Mode
Yeah, got it! Thanks for the contribution, works like a charm...
Marcelo.
On Mon, Mar 7, 2011 at 2:10 AM, Bastien <bzg@altern.org> wrote:
> Hi Marcelo,
>
> Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:
>
>> Oh, disregard my message. Now I see it I needed to pull
>> before... thanks!
>
> Also note this variable expects a regular expression:
> "reference.org" is okay since it maches itself right,
> but I just wanted to point this out, in case.
>
> --
> Bastien
>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-03-07 16:52 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 16:55 Keep a file out of the mobile org org-mobile-files list Marcelo de Moraes Serpa
2011-03-03 22:49 ` Marcelo de Moraes Serpa
2011-03-05 10:54 ` Bastien
2011-03-05 17:52 ` Marcelo de Moraes Serpa
2011-03-07 2:13 ` Marcelo de Moraes Serpa
2011-03-07 2:26 ` Marcelo de Moraes Serpa
2011-03-07 8:10 ` Bastien
2011-03-07 16:52 ` Marcelo de Moraes Serpa
2011-03-05 10:54 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).