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 16:47:10 +0200


On Apr 9, 2010, at 4:43 PM, zwz wrote:

Carsten Dominik <address@hidden> writes:

On Apr 9, 2010, at 2:44 PM, zwz wrote:

Now and then I have to set http_proxy for internet access.

I do it in emacs, e.g. by
(setenv "http_proxy" "http://10.10.10.10:808";)

Ok, now org-feed will use this proxy and works great.

Later, I find the proxy is down, so I switch to another proxy
(setenv "http_proxy" "http://10.10.10.20:808";)

and then M-x org-feed-update-all,
the message shows that org-feed is still using the old proxy
"http://10.10.10.10:808";

I don't know if it is related to org-feed, hope someone has the answer.

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?

No, I think this has been always present.

- Carsten

I will try out the latest version. Thanks!


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)

This is an atom feed, and I did not write that part. address@hidden
did, maybe ask him?

- Carsten




_______________________________________________
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





_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



_______________________________________________
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]