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: Buck Brody
Subject: Re: [Orgmode] mobileorg - "No executable found to compute checksums"
Date: Tue, 29 Jun 2010 16:41:39 -0700

Nick,

Could you give me an example of what you mean when you say "customize the variable to be the path name"?

Thanks four help.

On Tue, Jun 29, 2010 at 12:21 PM, Nick Dokos <address@hidden> wrote:
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]