emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-mobile-push: Non-existent .#flagged.org angenda - how to avo


From: Nick Dokos
Subject: Re: [O] org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?
Date: Wed, 13 Aug 2014 14:20:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Nick Dokos <address@hidden> writes:

> Shavkat Rustamov <address@hidden> writes:
>
>> When calling org-mobile-push, org gives this message "Non-existing agenda 
>> file .#flagged.org".
>>
>> .# are lock files (create-lockfiles variable), which get created in the org 
>> directory. I would prefer to have them.
>
> Maybe org-mobile-files-exclude-regexp can help. Something
> like
>
>   (setq org-mobile-files-exclude-regexp "\\.\\#.*")

Sorry, unnecessary escapes:

    (setq org-mobile-files-exclude-regexp "\\.#.*")

is simpler and should match the same things.

--
Nick






reply via email to

[Prev in Thread] Current Thread [Next in Thread]