From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexis Subject: Re: Getting "org-mobile-sync" to work. Date: Sat, 18 Oct 2014 13:32:08 +1100 Message-ID: <8761fif6d4.fsf@gmail.com> References: <874mv45cjk.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfJwQ-0006Ra-I8 for emacs-orgmode@gnu.org; Fri, 17 Oct 2014 22:40:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XfJwH-00023Z-HM for emacs-orgmode@gnu.org; Fri, 17 Oct 2014 22:40:26 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:54768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XfJwH-00023T-8c for emacs-orgmode@gnu.org; Fri, 17 Oct 2014 22:40:17 -0400 Received: by mail-pa0-f47.google.com with SMTP id rd3so1851950pab.20 for ; Fri, 17 Oct 2014 19:40:14 -0700 (PDT) Received: from localhost (ppp118-209-119-125.lns20.mel4.internode.on.net. [118.209.119.125]) by mx.google.com with ESMTPSA id td4sm2748199pab.19.2014.10.17.19.40.11 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 17 Oct 2014 19:40:12 -0700 (PDT) In-reply-to: <874mv45cjk.fsf@skimble.plus.com> 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 Sharon Kimble writes: > I'm trying to get mobileorg set up and working, which has worked. But I > also want to use "org-mobile-sync.el" from ELPA, the actual package > being "org-mobile-sync-20131118.1116". Looking at the source file it > says - > > --8<---------------cut here---------------start------------->8--- > ;;; Commentary: > > ;; Adds delayed `org-mobile-push' upon saving files that are part of > ;; `org-mobile-files-alist'. Watches the `org-mobile-capture-file' for > ;; changes with `file-notify.el' and then invokes `org-mobile-pull'. > > ;;; Requirements: > > ;; Emacs 24.3.50 with `file-notify-support' is required for it to work. > --8<---------------cut here---------------end--------------->8--- > > But I can't find "file-notify.el" on my system, nor by googling for it > either. Can somebody help me to get the file please? > > How do I know if "file-notify-support" is part of my Emacs please? If i understand correctly (and if i don't, please correct me!), 24.3.50 was the base for what has become the 24.4 pre-release / release candidate series. i'm running version 24.3.94.2, via the emacs-24 branch, which contains a package `filenotify.el` (note lack of dash!), and which i can successfully `require` .... Perhaps this is what `org-mobile-sync` is wanting? Alexis.