emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?
@ 2014-08-13 11:42 Shavkat Rustamov
  2014-08-13 17:52 ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Shavkat Rustamov @ 2014-08-13 11:42 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 731 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?
  2014-08-13 11:42 org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message? Shavkat Rustamov
@ 2014-08-13 17:52 ` Nick Dokos
  2014-08-13 18:20   ` Nick Dokos
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2014-08-13 17:52 UTC (permalink / raw)
  To: emacs-orgmode

Shavkat Rustamov <shavkat.rustamov@gmail.com> 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 "\\.\\#.*")

I don't use MobileOrg, so this is completely untested, and even if it
works, the regexp can probably be improved.

--
Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message?
  2014-08-13 17:52 ` Nick Dokos
@ 2014-08-13 18:20   ` Nick Dokos
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Dokos @ 2014-08-13 18:20 UTC (permalink / raw)
  To: emacs-orgmode

Nick Dokos <ndokos@gmail.com> writes:

> Shavkat Rustamov <shavkat.rustamov@gmail.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-13 18:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-13 11:42 org-mobile-push: Non-existent .#flagged.org angenda - how to avoid this message? Shavkat Rustamov
2014-08-13 17:52 ` Nick Dokos
2014-08-13 18:20   ` Nick Dokos

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).