Re: [Orgmode] [Org-mode] feed.el

2010-07-07 Thread David Maus
Mark Scala wrote:
I created a file in ~/org called feeds.org and in that file did C-c C-x g.
A headline for Slashdot Entries appeared.  But when I do C-c C-x g on that
entry I get the following message:  Symbol's value as variable is void:
xml-entity-alist

Nowhere do I find any information about setting that variable.  Any ideas?
(I'm using the latest development version of Org, compiled from git sources
today).

The variable is defined in the XML library xml.el and the error
occurs, because this library wasn't loaded when Org parsed the feed.
The patch I've just send should fix this: xml.el is part of Emacs, so
the functions the use xml.el will load it if necessary (i.e. it wasn't
loaded before).

HTH
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. dm...@ictsoc.de


pgppV5G70PJfk.pgp
Description: PGP signature
___
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


[Orgmode] [Org-mode] feed.el

2010-07-06 Thread Mark Scala
Hi, all.

I was trying out feed.el today, and I've got an error that I don't
understand.

Following the docs, I put this in my .emacs:

(setq org-feed-alist
  '((Slashdot
 http://rss.slashdot.org/Slashdot/slashdot;
 ~/org/feeds.org Slashdot Entries)))

I created a file in ~/org called feeds.org and in that file did C-c C-x g.
A headline for Slashdot Entries appeared.  But when I do C-c C-x g on that
entry I get the following message:  Symbol's value as variable is void:
xml-entity-alist

Nowhere do I find any information about setting that variable.  Any ideas?
(I'm using the latest development version of Org, compiled from git sources
today).

Thanks,
Mark
___
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