[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Is there a limit to number of entries in org-feed.el?
From: |
Memnon Anon |
Subject: |
Re: [O] Is there a limit to number of entries in org-feed.el? |
Date: |
Wed, 10 Apr 2013 09:26:46 +0000 (UTC) |
Aditya Mandayam <address@hidden> writes:
> I tried using org-feed:
>
> http://orgmode.org/worg/org-contrib/org-feed.html
>
> and it returns "70 entries" when I try to update. Is there a limit to
> the amount it can pull? Or is it me?
FWIW, with a quick test, I can't reproduce that.
Some more information about your setup would be useful, here is what I
tested with:
ELISP> (emacs-version)
"GNU Emacs 24.3.50.1 (i486-pc-linux-gnu, GTK+ Version 3.4.2)\n
of 2013-04-04 on dex, modified by Debian"
ELISP> (org-version t t)
"Org-mode version 8.0-pre
(release_8.0-pre-213-g6caddb @ /home/memnon/bin/elisp/org-latest/lisp/)"
ELISP> org-feed-alist
(("Alles"
"http://www.pro-linux.de/NB3/rss/1/2/rss10_alles.xml"
"~/test.org" "Alles Entries")
("Nachrichten"
"http://www.pro-linux.de/NB3/rss/2/2/rss10_aktuell.xml"
"~/test.org" "Nachrichten Entries")
("Security"
"http://www.pro-linux.de/NB3/rss/5/2/rss10_sicherheit.xml"
"~/test.org" "Security Entries")
("Spiegel Topmeldungen"
"http://www.spiegel.de/schlagzeilen/tops/index.rss"
"~/test.org" "Spiegel Top Entries")
("Spiegel Eilmeldungen"
"http://www.spiegel.de/schlagzeilen/eilmeldungen/index.rss"
"~/test.org" "Spiegel Eil Entries")
("Spiegel Alles"
"http://www.spiegel.de/schlagzeilen/index.rss"
"~/test.org" "Spiegel Alles Entries"))
,----[ M-x org-feed-update-all; Example output *Messages* ]
| Contacting host: 127.0.0.1:8118
| Saving file /home/memnon/test.org...
| Wrote /home/memnon/test.org
| Added 0 new item from feed Alles to file test.org,
| heading Alles Entries
| Contacting host: 127.0.0.1:8118
| Saving file /home/memnon/test.org...
| Wrote /home/memnon/test.org
| Added 0 new item from feed Nachrichten to file test.org,
| heading Nachrichten Entries
| Contacting host: 127.0.0.1:8118
| Saving file /home/memnon/test.org...
| Wrote /home/memnon/test.org
| Added 0 new item from feed Security to file test.org,
| heading Security Entries
| Contacting host: 127.0.0.1:8118
| No new items in feed Spiegel Topmeldungen
| Contacting host: 127.0.0.1:8118
| No new items in feed Spiegel Eilmeldungen
| Contacting host: 127.0.0.1:8118
| Clipboard pasted as level 2 subtree [2 times]
| Position saved to mark ring, go back with C-c &.
| Saving file /home/memnon/test.org...
| Wrote /home/memnon/test.org
| Added 2 new items from feed Spiegel Alles to file test.org,
| heading Spiegel Alles Entries
| 2 new entries from 6 feeds
`----
Memnon
--
(org) Feedback :
For bug reports, please first try to reproduce the bug with the
latest version of Org available [...]. If the bug persists, prepare
a report and provide as much information as possible [...]