From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Extending paste to auto-archive a copied image Date: Wed, 12 Jan 2011 14:09:44 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=34644 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pd713-0003YS-3R for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 15:09:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pd70s-0003Ep-5Q for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 15:09:46 -0500 Received: from mail-iw0-f169.google.com ([209.85.214.169]:42891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pd70s-0003Ci-02 for emacs-orgmode@gnu.org; Wed, 12 Jan 2011 15:09:46 -0500 Received: by mail-iw0-f169.google.com with SMTP id 40so950111iwn.0 for ; Wed, 12 Jan 2011 12:09:44 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode *bump* -- no ideas? On Mon, Jan 10, 2011 at 10:38 AM, Marcelo de Moraes Serpa wrote: > Hi list, > > So, I'm usign an emacs extension that renders links to image as the > image itself, it's a minor mode called iimage.el. It works great, but > the fact that I need to copy the image somewhere first is a time and > flow - killer. Is it possible to hook up to the paste command and, if > it's a image in the clipboard, auto-archive somewhere in the > filesystem it and then return its URL? > > Thanks, > > Marcelo. >