From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Is there a limit to number of entries in org-feed.el? Date: Wed, 10 Apr 2013 09:26:46 +0000 (UTC) Message-ID: <87ppy23g6i.fsf@mean.albasani.net> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPrJ9-0000ze-Vr for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 05:27:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPrJ6-0006Ns-F4 for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 05:27:11 -0400 Received: from plane.gmane.org ([80.91.229.3]:50463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPrJ6-0006Nb-7z for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 05:27:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UPrIy-0002Oc-SG for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 11:27:00 +0200 Received: from e178196205.adsl.alicedsl.de ([85.178.196.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Apr 2013 11:27:00 +0200 Received: from gegendosenfleisch by e178196205.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Apr 2013 11:27:00 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Aditya Mandayam 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 [...]