all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: buckbrody@gmail.com
Cc: nicholas.dokos@hp.com, emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: mobileorg - "No executable found to compute checksums"
Date: Tue, 29 Jun 2010 15:21:06 -0400	[thread overview]
Message-ID: <10922.1277839266@alphaville.usa.hp.com> (raw)
In-Reply-To: Message from Buck Brody <buckbrody@gmail.com> of "Tue, 29 Jun 2010 12:05:32 PDT." <AANLkTil0kXTneMciY2HufsqcS5qOph_mPrMM2mgDechC@mail.gmail.com>

Buck Brody <buckbrody@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

  parent reply	other threads:[~2010-06-29 19:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-29 19:05 mobileorg - "No executable found to compute checksums" Buck Brody
2010-06-29 19:17 ` Richard Moreland
2010-06-29 23:39   ` Buck Brody
2010-06-29 19:21 ` Nick Dokos [this message]
2010-06-29 23:41   ` Buck Brody
2010-06-30  2:45     ` Nick Dokos
2010-06-30 15:43       ` Buck Brody
2010-06-30 16:21         ` Nick Dokos
2010-06-30 16:55           ` Buck Brody

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10922.1277839266@alphaville.usa.hp.com \
    --to=nicholas.dokos@hp.com \
    --cc=buckbrody@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.