From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: picture copy paste? Date: Thu, 02 Sep 2010 22:05:52 -0400 Message-ID: <8885.1283479552@gamaville.dokosmarshall.org> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=47349 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OrLfJ-0006qe-Ky for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 22:06:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OrLfI-0004dl-Gq for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 22:06:05 -0400 Received: from vms173017pub.verizon.net ([206.46.173.17]:51443) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OrLfI-0004dg-Ay for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 22:06:04 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173017.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L85008IVF5SYF01@vms173017.mailsrvcs.net> for emacs-orgmode@gnu.org; Thu, 02 Sep 2010 21:05:53 -0500 (CDT) In-reply-to: Message from Piter_ of "Fri, 03 Sep 2010 03:43:39 +0200." 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: Piter_ Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org Piter_ wrote: > Is it possible to make the following trick in emacs/lisp/orgmode: lets say I > copy a picture into a copy paste buffer and than use certain shortcut witch > save the picture and a preset directory and input a link to the picture. > For me is sounds possible (not easy) but I have no clue how to make it. > Any idea. See the org manual, Section 9.2, "Attachments", in particular C-c C-a n. That creates a buffer that you can yank into and save. Nick