From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derek Thomas Subject: Inserting new images Date: Tue, 3 Jan 2012 16:13:34 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiDY1-0001jC-V1 for emacs-orgmode@gnu.org; Tue, 03 Jan 2012 18:13:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiDXz-0007Lu-Tw for emacs-orgmode@gnu.org; Tue, 03 Jan 2012 18:13:37 -0500 Received: from mail-vx0-f169.google.com ([209.85.220.169]:33471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiDXz-0007L9-QH for emacs-orgmode@gnu.org; Tue, 03 Jan 2012 18:13:35 -0500 Received: by vcge1 with SMTP id e1so14482437vcg.0 for ; Tue, 03 Jan 2012 15:13:34 -0800 (PST) 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: Org Mode I'm looking for a good way to insert sketches into org files. I'm preparing notes that consist of text and diagrams. As I'm outlining, I was thinking that it would be great if I could bind a key command to insert a link to an svg file and then launch inkscape or something similar to edit the file. If anyone has done anything similar or has any ideas, I would be interested to hear them. By the way, I looked at inkmacs and had some issues with dbus-proxy, so I'm completely open to quick and dirty solutions. Thanks! Derek