From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: [PATCH] Add org-attach-download command Date: Thu, 13 Sep 2018 14:34:20 -0700 Message-ID: <8736udrsir.fsf@ericabrahamsen.net> References: <87in39ohcv.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0ZJA-00079N-PM for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 17:37:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g0ZIu-0006ue-4R for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 17:37:43 -0400 Received: from [195.159.176.226] (port=46630 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1g0ZIp-0005D8-Ah for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 17:37:32 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1g0ZDl-0005mN-KC for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 23:32:17 +0200 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" To: emacs-orgmode@gnu.org Adam Porter writes: > Hi, > > This patch adds a new org-attach-download command, which downloads > remote files with url.el and attaches them with org-attach. When called > without a prefix, it first looks at point for a link, and prompts the > user for a URL if none is found. When called with prefix, it prompts > for the URL. Before downloading, it asks for confirmation. Don't we already have org-attach-url? I thought that did this...