From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message? Date: Wed, 13 Aug 2014 14:20:53 -0400 Message-ID: <874mxggsje.fsf@alphaville.bos.redhat.com> References: <878umsgttz.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHdAm-0000kR-TL for emacs-orgmode@gnu.org; Wed, 13 Aug 2014 14:21:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHdAc-0006ZO-1e for emacs-orgmode@gnu.org; Wed, 13 Aug 2014 14:21:20 -0400 Received: from plane.gmane.org ([80.91.229.3]:36690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHdAb-0006Ym-RX for emacs-orgmode@gnu.org; Wed, 13 Aug 2014 14:21:09 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XHdAX-0007gA-M6 for emacs-orgmode@gnu.org; Wed, 13 Aug 2014 20:21:05 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Aug 2014 20:21:05 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Aug 2014 20:21:05 +0200 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: emacs-orgmode@gnu.org Nick Dokos writes: > Shavkat Rustamov 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