From mboxrd@z Thu Jan 1 00:00:00 1970 From: zwz Subject: Re: org-feed and http_proxy Date: Fri, 09 Apr 2010 22:41:57 +0800 Message-ID: <87ljcwlmbu.fsf@gmail.com> References: <87pr28lrs4.fsf@gmail.com> <84y6gwsqjd.fsf@linux-b2a3.site> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0FPm-0008Ie-SQ for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:42:34 -0400 Received: from [140.186.70.92] (port=56836 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0FPl-0008Hi-Mj for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:42:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0FPk-000191-8F for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:42:33 -0400 Received: from lo.gmane.org ([80.91.229.12]:47789) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0FPk-00018q-2b for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:42:32 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O0FPi-0003pf-G2 for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 16:42:30 +0200 Received: from 61.164.42.188 ([61.164.42.188]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Apr 2010 16:42:30 +0200 Received: from zhangweize by 61.164.42.188 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Apr 2010 16:42:30 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Magnus Henoch writes: > zwz writes: > >> By the way, I can not get the feeds from codeproject. >> My setting: >> ("codeproject" >> "http://www.codeproject.com/webservices/articlerss.aspx?cat=2" >> "~/.org/feeds.org" "C++ on CodeProject" >> :parse-feed org-feed-parse-atom-feed :parse-entry org-feed-parse-atom-entry) > > When I open that URL in Firefox and view the source, it turns out to be > an RSS file. So just remove the :parse-feed and :parse-entry items; the > default is to parse the file as an RSS file. Ooooh, my fault ;) Thanks!