emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Is there a limit to number of entries in org-feed.el?
@ 2013-04-09 15:02 Aditya Mandayam
  2013-04-10  9:26 ` Memnon Anon
  0 siblings, 1 reply; 4+ messages in thread
From: Aditya Mandayam @ 2013-04-09 15:02 UTC (permalink / raw)
  To: emacs-orgmode

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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Is there a limit to number of entries in org-feed.el?
  2013-04-09 15:02 Is there a limit to number of entries in org-feed.el? Aditya Mandayam
@ 2013-04-10  9:26 ` Memnon Anon
  2013-04-10  9:46   ` Memnon Anon
  0 siblings, 1 reply; 4+ messages in thread
From: Memnon Anon @ 2013-04-10  9:26 UTC (permalink / raw)
  To: emacs-orgmode

Aditya Mandayam <adityams@gmail.com> 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 [...]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Is there a limit to number of entries in org-feed.el?
  2013-04-10  9:26 ` Memnon Anon
@ 2013-04-10  9:46   ` Memnon Anon
  2013-04-10 12:42     ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: Memnon Anon @ 2013-04-10  9:46 UTC (permalink / raw)
  To: emacs-orgmode

Memnon Anon <gegendosenfleisch@googlemail.com> writes:

> ,----[ M-x org-feed-update-all; Example output *Messages* ]
[...]
> | 2 new entries from 6 feeds
> `----

And in a previous run, I got:
72 new entries from 6 feeds

So, I can see no upper limit in the code at a first glance, and even if
there is one, it's not 70.

Memnon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Is there a limit to number of entries in org-feed.el?
  2013-04-10  9:46   ` Memnon Anon
@ 2013-04-10 12:42     ` Bastien
  0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2013-04-10 12:42 UTC (permalink / raw)
  To: Memnon Anon; +Cc: emacs-orgmode

Memnon Anon <gegendosenfleisch@googlemail.com> writes:

> So, I can see no upper limit in the code at a first glance, and even if
> there is one, it's not 70.

I guess the upper limit is from the RSS feed itself: for dynamically
created feed, it makes sense to have a limit.

2 cents,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-10 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-09 15:02 Is there a limit to number of entries in org-feed.el? Aditya Mandayam
2013-04-10  9:26 ` Memnon Anon
2013-04-10  9:46   ` Memnon Anon
2013-04-10 12:42     ` Bastien

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).