From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: dnd-protocol-alist and org Date: Wed, 5 Sep 2012 20:31:10 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9340ceb3e5f3504c8fe7283 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40237) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9Qw5-0002q3-6V for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 21:31:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9Qw3-0002gJ-FD for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 21:31:13 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:34369) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9Qw3-0002fz-A4 for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 21:31:11 -0400 Received: by iec9 with SMTP id 9so2478599iec.0 for ; Wed, 05 Sep 2012 18:31:10 -0700 (PDT) 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 --14dae9340ceb3e5f3504c8fe7283 Content-Type: text/plain; charset=ISO-8859-1 Hi list, I've been trying to get dnd-protocol-alist to work on Emacs 23, OSX (GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-01-29 on bob.porkrind.org) but couldn't so far. Has anyone got it to work with Cocoa Emacs? I think this could be used to implement some real cool features, such as dragging-and-dropping->auto-archiving of images and other file types. This way, one could, for example, drag an image into an org buffer, and it would be copied to a pre-configured location and displayed auto-magically. What do you think? Cheers, Marcelo. --14dae9340ceb3e5f3504c8fe7283 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi list,

I've been trying to get dnd-protocol-alist = to work on Emacs 23, OSX (GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-a= ppkit-1038.36) of 2012-01-29 on bob.por= krind.org) but couldn't so far. Has anyone got it to work with Coco= a Emacs?

I think this could be used to implement some real cool = features, such as dragging-and-dropping->auto-archiving of images and ot= her file types. This way, one could, for example, drag an image into an org= buffer, and it would be copied to a pre-configured location and displayed = auto-magically. What do you think?

Cheers,

Marcelo.


--14dae9340ceb3e5f3504c8fe7283-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: dnd-protocol-alist and org Date: Wed, 5 Sep 2012 20:35:26 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f2354bf7fccce04c8fe8136 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9R0C-00044p-MZ for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 21:35:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9R0B-0003x8-FL for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 21:35:28 -0400 Received: from mail-iy0-f169.google.com ([209.85.210.169]:34297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9R0B-0003x3-AI for emacs-orgmode@gnu.org; Wed, 05 Sep 2012 21:35:27 -0400 Received: by iagk10 with SMTP id k10so1732401iag.0 for ; Wed, 05 Sep 2012 18:35:26 -0700 (PDT) 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 --e89a8f2354bf7fccce04c8fe8136 Content-Type: text/plain; charset=ISO-8859-1 In addition to that: An even more awesome feature would be to hook into the pasting process in emacs, get that data, save that to a pre-defined location, and link it in the org buffer. Imagine copying an image from anywhere and being able to insert it in the org buffer with just a paste command! :) On Wed, Sep 5, 2012 at 8:31 PM, Marcelo de Moraes Serpa wrote: > Hi list, > > I've been trying to get dnd-protocol-alist to work on Emacs 23, OSX (GNU > Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-01-29 > on bob.porkrind.org) but couldn't so far. Has anyone got it to work with > Cocoa Emacs? > > I think this could be used to implement some real cool features, such as > dragging-and-dropping->auto-archiving of images and other file types. This > way, one could, for example, drag an image into an org buffer, and it would > be copied to a pre-configured location and displayed auto-magically. What > do you think? > > Cheers, > > Marcelo. > > > > --e89a8f2354bf7fccce04c8fe8136 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable In addition to that: An even more awesome feature would be to hook into the= pasting process in emacs, get that data, save that to a pre-defined locati= on, and link it in the org buffer. Imagine copying an image from anywhere a= nd being able to insert it in the org buffer with just a paste command! :)<= br>
On Wed, Sep 5, 2012 at 8:31 PM, Marcelo de M= oraes Serpa <celoserpa@gmail.com> wrote:
Hi list,

I've been trying to get dnd-protocol-alist = to work on Emacs 23, OSX (GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-a= ppkit-1038.36) of 2012-01-29 on bob.porkrind.org) but couldn't so far. Has anyone got i= t to work with Cocoa Emacs?

I think this could be used to implement some real cool = features, such as dragging-and-dropping->auto-archiving of images and ot= her file types. This way, one could, for example, drag an image into an org= buffer, and it would be copied to a pre-configured location and displayed = auto-magically. What do you think?

Cheers,

Marcelo.



--e89a8f2354bf7fccce04c8fe8136-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: dnd-protocol-alist and org Date: Sun, 23 Sep 2012 23:29:11 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae93407df09c58b04ca6b08dc Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG0IF-0002Mt-2e for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 00:29:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TG0ID-0001sP-FQ for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 00:29:15 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:46727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG0ID-0001sH-AJ for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 00:29:13 -0400 Received: by ied10 with SMTP id 10so10968960ied.0 for ; Sun, 23 Sep 2012 21:29:12 -0700 (PDT) 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 --14dae93407df09c58b04ca6b08dc Content-Type: text/plain; charset=ISO-8859-1 *bump* Does anyone else think that'd be a nice feature? I'm having a hard time making dnd-protocol-alist work on OSX though, any hints appreciated :) On Wed, Sep 5, 2012 at 8:35 PM, Marcelo de Moraes Serpa wrote: > In addition to that: An even more awesome feature would be to hook into > the pasting process in emacs, get that data, save that to a pre-defined > location, and link it in the org buffer. Imagine copying an image from > anywhere and being able to insert it in the org buffer with just a paste > command! :) > > > On Wed, Sep 5, 2012 at 8:31 PM, Marcelo de Moraes Serpa < > celoserpa@gmail.com> wrote: > >> Hi list, >> >> I've been trying to get dnd-protocol-alist to work on Emacs 23, OSX (GNU >> Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-01-29 >> on bob.porkrind.org) but couldn't so far. Has anyone got it to work with >> Cocoa Emacs? >> >> I think this could be used to implement some real cool features, such as >> dragging-and-dropping->auto-archiving of images and other file types. This >> way, one could, for example, drag an image into an org buffer, and it would >> be copied to a pre-configured location and displayed auto-magically. What >> do you think? >> >> Cheers, >> >> Marcelo. >> >> >> >> > --14dae93407df09c58b04ca6b08dc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable *bump* Does anyone else think that'd be a nice feature? I'm having = a hard time making dnd-protocol-alist work on OSX though, any hints appreci= ated :)

On Wed, Sep 5, 2012 at 8:35 PM, M= arcelo de Moraes Serpa <celoserpa@gmail.com> wrote:
In addition to that: An even more awesome fe= ature would be to hook into the pasting process in emacs, get that data, sa= ve that to a pre-defined location, and link it in the org buffer. Imagine c= opying an image from anywhere and being able to insert it in the org buffer= with just a paste command! :)


On Wed, Sep 5, 2012 at 8:31 PM, Marcelo de M= oraes Serpa <celoserpa@gmail.com> wrote:
Hi list,

I've been trying to get dnd-protocol-alist = to work on Emacs 23, OSX (GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-a= ppkit-1038.36) of 2012-01-29 on bob.porkrind.org) but couldn't so far. Has anyone got i= t to work with Cocoa Emacs?

I think this could be used to implement some real cool = features, such as dragging-and-dropping->auto-archiving of images and ot= her file types. This way, one could, for example, drag an image into an org= buffer, and it would be copied to a pre-configured location and displayed = auto-magically. What do you think?

Cheers,

Marcelo.




--14dae93407df09c58b04ca6b08dc-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: dnd-protocol-alist and org Date: Mon, 24 Sep 2012 07:10:01 +0200 Message-ID: <87vcf4ypjq.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58316) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG0vi-0000NQ-7Z for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 01:10:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TG0vg-0005Hr-Qz for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 01:10:01 -0400 Received: from mail-wg0-f41.google.com ([74.125.82.41]:41126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TG0vg-0005Hn-Ke for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 01:10:00 -0400 Received: by wgbds1 with SMTP id ds1so2388571wgb.0 for ; Sun, 23 Sep 2012 22:09:59 -0700 (PDT) In-Reply-To: (Marcelo de Moraes Serpa's message of "Sun, 23 Sep 2012 23:29:11 -0500") 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: Marcelo de Moraes Serpa Cc: Org Mode Hi Marcelo, Marcelo de Moraes Serpa writes: > *bump* Does anyone else think that'd be a nice feature? I'm having a > hard time making dnd-protocol-alist work on OSX though, any hints > appreciated :) AFAIU this is a general Emacs question, maybe you'll have more chance on emacs-devel. -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo de Moraes Serpa Subject: Re: dnd-protocol-alist and org Date: Mon, 24 Sep 2012 11:47:24 -0500 Message-ID: References: <87vcf4ypjq.fsf@altern.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=14dae9340eb110063904ca75585e Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGBoh-0006J3-W4 for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 12:47:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGBob-0001g7-1l for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 12:47:31 -0400 Received: from mail-ie0-f169.google.com ([209.85.223.169]:43960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGBoa-0001fu-ST for emacs-orgmode@gnu.org; Mon, 24 Sep 2012 12:47:24 -0400 Received: by ied10 with SMTP id 10so12745937ied.0 for ; Mon, 24 Sep 2012 09:47:24 -0700 (PDT) In-Reply-To: <87vcf4ypjq.fsf@altern.org> 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: Bastien Cc: Org Mode --14dae9340eb110063904ca75585e Content-Type: text/plain; charset=ISO-8859-1 Yeah, I've tried there, but no luck. In fact, I thought it'd be interesting/relevant enough to org in order to post here. Integration with dnd and copy and paste for files and images would be awesome and put org on par with Evernote in this regard. I mean, it's so much faster and more intuitive to just paste images or files into a document (or drag and drop them) than it is to org-attach them or link them manually :) On Mon, Sep 24, 2012 at 12:10 AM, Bastien wrote: > Hi Marcelo, > > Marcelo de Moraes Serpa writes: > > > *bump* Does anyone else think that'd be a nice feature? I'm having a > > hard time making dnd-protocol-alist work on OSX though, any hints > > appreciated :) > > AFAIU this is a general Emacs question, maybe you'll have more chance on > emacs-devel. > > -- > Bastien > --14dae9340eb110063904ca75585e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yeah, I've tried there, but no luck. In fact, I thought it'd be int= eresting/relevant enough to org in order to post here. Integration with dnd= and copy and paste for files and images would be awesome and put org on pa= r with Evernote in this regard.=A0

I mean, it's so much faster and more intuitive to just p= aste images or files into a document (or drag and drop them) than it is to = org-attach them or link them manually :)

On Mon, Sep 24, 2012 at 12:10 AM, Bastien <bzg@altern.org> wrot= e:
Hi Marcelo,

Marcelo de Moraes Serpa <celoserpa@gmail.com> writes:

> *bump* Does anyone else think that'd be a nice feature? I'm ha= ving a
> hard time making dnd-protocol-alist work on OSX though, any hints
> appreciated :)

AFAIU this is a general Emacs question, maybe you'll have more ch= ance on
emacs-devel.

--
=A0Bastien

--14dae9340eb110063904ca75585e--