From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Add org-attach-download command Date: Thu, 13 Sep 2018 23:13:48 +0200 Message-ID: <87zhwl85ir.fsf@nicolasgoaziou.fr> 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]:52311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1g0Yw8-0003Wi-Ef for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 17:14:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1g0Yw2-0006qa-KM for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 17:14:02 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:35763) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1g0Yvx-0006k3-2v for emacs-orgmode@gnu.org; Thu, 13 Sep 2018 17:13:54 -0400 In-Reply-To: <87in39ohcv.fsf@alphapapa.net> (Adam Porter's message of "Thu, 13 Sep 2018 04:51:28 -0500") 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: Adam Porter Cc: emacs-orgmode@gnu.org Hello, Adam Porter writes: > 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. Thank you. Could you also add documentation in the manual for this command? Regards, -- Nicolas Goaziou