emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] mobileorg - "No executable found to compute checksums"


From: Nick Dokos
Subject: Re: [Orgmode] mobileorg - "No executable found to compute checksums"
Date: Tue, 29 Jun 2010 15:21:06 -0400

Buck Brody <address@hidden> wrote:

> I am trying to get mobileorg setup and receive the following message from 
> org-mobile-push
> 
> "No executable found to compute checksums"
> 
> Any ideas?
> 
> Windows 7
> Org Version 6.36c
> GNU Emacs 23.2.1
> 

[Apologies to Buck for the double send: I forgot to cc: the list.]

Presumably, you don't have any of the following programs on your machine, so the
variable is set to nil:

(defcustom org-mobile-checksum-binary (or (executable-find "shasum")
                                          (executable-find "sha1sum")
                                          (executable-find "md5sum")
                                          (executable-find "md5"))
  "Executable used for computing checksums of agenda files."
  :group 'org-mobile
  :type 'string)

If you have some checksumming program, customize the variable
to  be the pathname of the program. If not, you'll have to get one.

This was discussed on the list before:

   http://thread.gmane.org/gmane.emacs.orgmode/19702/focus=23857

HTH,
Nick



reply via email to

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