From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: Drag and drop, pasting images and files Date: Tue, 25 Feb 2014 11:20:30 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9399b1314a76c04f33e4e25 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50193) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WILgG-0005tc-Ip for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 12:20:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WILgF-000400-5T for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 12:20:32 -0500 Received: from mail-oa0-x229.google.com ([2607:f8b0:4003:c02::229]:46363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WILgE-0003zs-VM for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 12:20:31 -0500 Received: by mail-oa0-f41.google.com with SMTP id o6so754409oag.28 for ; Tue, 25 Feb 2014 09:20:30 -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: Oleh Cc: Org Mode --14dae9399b1314a76c04f33e4e25 Content-Type: text/plain; charset=ISO-8859-1 Niiice! Thanks for sharing Oleh. Does anyone know if a paste hook would be possible for the exact same use case? On Mon, Feb 24, 2014 at 12:01 PM, Oleh wrote: > > 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 > > --14dae9399b1314a76c04f33e4e25 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Niiice! Thanks for sharing Oleh.

Does a= nyone know if a paste hook would be possible for the exact same use case?



On Mon, Feb 24, 2014 at 12:01 PM, Oleh <ohwoeowho@gmail.com> wrote:
> I actually posted it here:
>
> https://github.com/railwaycat/emacs-mac-port/issues/43 >
> Emacs + orgmode is the best combo for everything related to informatio= n
> management. I've tried Evernote a couple of times, but the workflo= w feels
> slow and awkward, no matter how polished they make the app.
>
> One things that I miss is a fast workflow for "embedding" im= ages and files
> in my org files, though. See the ticket description for more details.<= br> >
> 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 w= ell, 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:

=A0 =A0 (require 'org-download)

It also does screenshots.
Any issues can be reported to https://github.com/abo-abo/org-download/iss= ues

regards,
Oleh


--14dae9399b1314a76c04f33e4e25--