[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Drag and drop, pasting images and files
From: |
Eric Abrahamsen |
Subject: |
Re: [O] Drag and drop, pasting images and files |
Date: |
Wed, 26 Feb 2014 14:05:47 +0800 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/24.3 (gnu/linux) |
Marcelo de Moraes Serpa <address@hidden> writes:
> That's simply awesome. I'll test it out. Thanks Oleh.
>
>
> On Tue, Feb 25, 2014 at 11:28 AM, Oleh <address@hidden> wrote:
>
> > Niiice! Thanks for sharing Oleh.
> >
> > Does anyone know if a paste hook would be possible for the
> exact same use
> > case?
> >
>
> `org-download-yank` will insert the image based on the address in
> the kill ring.
> Address can be a path to a local file (remember "0 w" in `dired`)
> or a http link.
You can also just call org-insert-link with a "C-u" prefix. That will
give you the regular find-file interface, and then insert a link to
whatever file you find. Very useful!