emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Greg Lucas <greg+emacs@glucas.net>
To: emacs-orgmode@gnu.org
Subject: sha1 errors with feeds, needed to load sha1.el
Date: Tue, 14 Apr 2009 10:16:02 -0400	[thread overview]
Message-ID: <98b24d270904140716r52af0cc7q41fc1eb5fce9cd17@mail.gmail.com> (raw)

Sharing this in case anyone else needs it. I'm running Emacs 22.3.1 on
Windows with org-mode 6.25e and was unable to get org-feed to work
without some digging.

First I got:

   Symbol's function definition is void: sha1-string

I found a relevant post on the mailing list and tracked down the
latest org-compat.el from git, but then I got:

   Symbol's function definition is void: sha1-region

I poked around and found that there was a sha1.el in my
emacs/gnus/lisp that defined these functions. So I added an
eval-after-load hook now things seem to work fine:

(eval-after-load "org"
  '(progn
  (load "sha1")   ;; avoid issues with org-feed
  ;; other org customization
  ))


I guess this could be fixed by somewhere requiring sha1 (e.g. in
org-feed.el or org-compat.el)? Also want to point out that org-feed.el
is not actually included in the 6.25e zip distribution (even though
the autoloads are there for the feed functions), so I had to grab that
from git to get started.

--

Greg

             reply	other threads:[~2009-04-14 14:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-14 14:16 Greg Lucas [this message]
2009-04-14 17:00 ` sha1 errors with feeds, needed to load sha1.el Carsten Dominik

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

  List information: https://www.orgmode.org/

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

  git send-email \
    --in-reply-to=98b24d270904140716r52af0cc7q41fc1eb5fce9cd17@mail.gmail.com \
    --to=greg+emacs@glucas.net \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).