From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: Drag and drop, pasting images and files Date: Tue, 25 Feb 2014 18:28:50 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52319) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WILoP-0006fn-Qd for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 12:28:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WILoK-0006he-7V for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 12:28:57 -0500 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:48637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WILoJ-0006hM-RO for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 12:28:52 -0500 Received: by mail-wg0-f48.google.com with SMTP id b13so689032wgh.19 for ; Tue, 25 Feb 2014 09:28:50 -0800 (PST) In-Reply-To: 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: Marcelo de Moraes Serpa Cc: Org Mode > Niiice! Thanks for sharing Oleh. > > Does anyone know if a paste hook would be possible for the exact same use > case? > `org-download-yank` will insert the image based on the address in the kill ring. Address can be a path to a local file (remember "0 w" in `dired`) or a http link. regards, Oleh