From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Re: org-feed and http_proxy Date: Fri, 09 Apr 2010 10:55:22 -0400 Message-ID: <20081.1270824922@gamaville.dokosmarshall.org> References: <87pr28lrs4.fsf@gmail.com> <2D1EBD47-F459-4AF1-A0BA-6C88B10853D7@gmail.com> <87hbnklm8i.fsf@gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0FcU-00088N-N7 for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:55:42 -0400 Received: from [140.186.70.92] (port=60968 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0FcQ-00086Y-B8 for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:55:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0FcO-000486-KM for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:55:38 -0400 Received: from vms173001pub.verizon.net ([206.46.173.1]:35460) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0FcO-00047h-Gh for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 10:55:36 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173001.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L0M00L1W6SAYP31@vms173001.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 09:55:22 -0500 (CDT) In-reply-to: Message from zwz of "Fri, 09 Apr 2010 22:43:57 +0800." <87hbnklm8i.fsf@gmail.com> 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: zwz Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org zwz wrote: > Carsten Dominik writes: > ... > > ... > > Org-mode is using url-retrieve-synchonously, so this must be a cacheing > > issue in the url package. > > > > One thing you might try is to use curl or wget instead - see the variable > > `org-feed-retrieve-method'. > > > > I do not know there is such a variable > is it introduced in 6.35? > I will try out the latest version. Thanks! > It was introduced way back when: ,---- | commit b6e7a1c5ca283b37a0d73e397b3d7dd2f5e58227 | Author: Carsten Dominik | Date: Tue Mar 24 10:20:30 2009 +0100 | | New file lisp/org-feed.el | | ... | +(defcustom org-feed-retrieve-method 'url-retrieve-synchronously | + "The method to be used to retrieve a feed URL. | +This can be `curl' or `wget' to call these external programs, or it can be | +an Emacs Lisp function that will return a buffer containing the content | +of the file pointed to by the URL." | ... `---- You might not have had org-feed.el loaded when you went looking for it. Nick