From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: org-feed and http_proxy Date: Fri, 9 Apr 2010 18:01:03 +0200 Message-ID: References: <87pr28lrs4.fsf@gmail.com> <2D1EBD47-F459-4AF1-A0BA-6C88B10853D7@gmail.com> <87hbnklm8i.fsf@gmail.com> <20081.1270824922@gamaville.dokosmarshall.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0Gdu-00040O-Se for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 12:01:14 -0400 Received: from [140.186.70.92] (port=33617 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0Gdp-0003zg-O8 for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 12:01:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0Gdn-0005cv-Fa for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 12:01:09 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:45269) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0Gdm-0005cf-VG for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 12:01:07 -0400 Received: by ewy6 with SMTP id 6so1063778ewy.32 for ; Fri, 09 Apr 2010 09:01:05 -0700 (PDT) In-Reply-To: <20081.1270824922@gamaville.dokosmarshall.org> 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: nicholas.dokos@hp.com Cc: emacs-orgmode@gnu.org, zwz On Apr 9, 2010, at 4:55 PM, Nick Dokos wrote: > 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." > | ... > `---- Ahhh, the joys of git. :-) Carsten > > > You might not have had org-feed.el loaded when you went looking for > it. > > Nick > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten