emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: Greg Lucas <greg+emacs@glucas.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: sha1 errors with feeds, needed to load sha1.el
Date: Tue, 14 Apr 2009 19:00:06 +0200	[thread overview]
Message-ID: <B49D714F-B572-4171-B032-389883EF198A@gmail.com> (raw)
In-Reply-To: <98b24d270904140716r52af0cc7q41fc1eb5fce9cd17@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1523 bytes --]

Hi Greg,

thank you for following up and finding the true cause of this problem.

I have now modified org-feed.el so that it will work correctly
on Emacs 22, even without the code Greg shows above.

- Carsten

On Apr 14, 2009, at 4:16 PM, Greg Lucas wrote:

> 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
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[-- Attachment #1.2: Type: text/html, Size: 1957 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

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

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

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

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=B49D714F-B572-4171-B032-389883EF198A@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=greg+emacs@glucas.net \
    /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).