From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: capture, attach, link files from web Date: Tue, 08 Oct 2013 11:22:46 +0100 Message-ID: <87r4bw6ozt.fsf@gmail.com> References: <87wqlpuwpl.fsf@gmail.com> <87siwdoz33.fsf@ericabrahamsen.net> <87r4bxug24.fsf@gmail.com> <87ob70pmm5.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTURO-0006u0-GP for emacs-orgmode@gnu.org; Tue, 08 Oct 2013 06:23:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VTURG-0006iW-4S for emacs-orgmode@gnu.org; Tue, 08 Oct 2013 06:22:58 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:55332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VTURF-0006iK-U7 for emacs-orgmode@gnu.org; Tue, 08 Oct 2013 06:22:50 -0400 Received: by mail-wi0-f177.google.com with SMTP id hq15so477046wib.10 for ; Tue, 08 Oct 2013 03:22:48 -0700 (PDT) In-reply-to: <87ob70pmm5.fsf@ericabrahamsen.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Abrahamsen Cc: emacs-orgmode@gnu.org eric@...net writes: >>> I've often thought it would be nice to link to images in an org file >>> with http: links, then at some arbitrary point in time call a >>> hypothetical org-localize-external-resources command. That command would >>> wget all the external resources, put them somewhere local, and switch >>> the links to the file: type. Just a thought. How about a derived export backend with a filter that does a wget and rewrites the links? One problem could be what if a wget fails? As I am finding with my implementation, some websites only allow browserlike access. Myles