emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: org-feed and http_proxy


From: Carsten Dominik
Subject: Re: [Orgmode] Re: org-feed and http_proxy
Date: Fri, 9 Apr 2010 18:01:03 +0200


On Apr 9, 2010, at 4:55 PM, Nick Dokos wrote:

zwz <address@hidden> wrote:

Carsten Dominik <address@hidden> 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 <address@hidden>
| 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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

[Prev in Thread] Current Thread [Next in Thread]