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-met
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 th
On Apr 9, 2010, at 4:43 PM, zwz wrote:
Carsten Dominik 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.