From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: Drag and drop, pasting images and files Date: Mon, 24 Feb 2014 19:01:18 +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]:57558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHzqC-0005xU-7M for emacs-orgmode@gnu.org; Mon, 24 Feb 2014 13:01:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WHzqB-0000wx-BF for emacs-orgmode@gnu.org; Mon, 24 Feb 2014 13:01:20 -0500 Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:33945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WHzqB-0000wn-4V for emacs-orgmode@gnu.org; Mon, 24 Feb 2014 13:01:19 -0500 Received: by mail-wi0-f172.google.com with SMTP id e4so3425813wiv.5 for ; Mon, 24 Feb 2014 10:01:18 -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: Org Mode > I actually posted it here: > > https://github.com/railwaycat/emacs-mac-port/issues/43 > > Emacs + orgmode is the best combo for everything related to information > management. I've tried Evernote a couple of times, but the workflow feels > slow and awkward, no matter how polished they make the app. > > One things that I miss is a fast workflow for "embedding" images and files > in my org files, though. See the ticket description for more details. > > I'd be willing to actually take the time and try to implement it, could be a > good learning experience. > > Does anyone else think these new features would be a nice addition? > > I want to make sure it's not possible with a simpler approach as well, so if > you know a similar workflow is possible, please share. > > Image drag and drop is already implemented at org-mode/contrib/lisp/org-download.el. All you have to do is: (require 'org-download) It also does screenshots. Any issues can be reported to https://github.com/abo-abo/org-download/issues regards, Oleh