[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] org-feed and http_proxy
From: |
Carsten Dominik |
Subject: |
Re: [Orgmode] org-feed and http_proxy |
Date: |
Fri, 9 Apr 2010 15:07:48 +0200 |
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'.
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