Buck Brody <buckbr...@gmail.com> 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

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to