Re: [Orgmode] Dragging URLs to an org buffer

2006-10-04 Thread Carsten Dominik
On Oct 4, 2006, at 17:30, Piotr Zielinski wrote: The only thing which I have a different opinion about is what to do when you drop a URL in the middle of the line. I believe this function should be assigned to normal "paste" (middle button). Yes, I forgot that I can use mouse-2 for this. Ri

Re: [Orgmode] Dragging URLs to an org buffer

2006-10-04 Thread Piotr Zielinski
On 04/10/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Oct 3, 2006, at 19:27, Piotr Zielinski wrote: > Here's a piece of elisp that allows you to drag URLs from a webbrowser > (or other apps) to an org buffer. I like the functionality, but I do find it too specialized to make this behavior t

Re: [Orgmode] Dragging URLs to an org buffer

2006-10-04 Thread Carsten Dominik
On Oct 3, 2006, at 19:27, Piotr Zielinski wrote: Hi, Here's a piece of elisp that allows you to drag URLs from a webbrowser (or other apps) to an org buffer. Great. Any suggestions welcome. The functionality is now part of org-mouse (I think it requires Emacs 22): http://www.cl.cam.ac.uk

[Orgmode] Dragging URLs to an org buffer

2006-10-03 Thread Piotr Zielinski
Hi, Here's a piece of elisp that allows you to drag URLs from a webbrowser (or other apps) to an org buffer. If the current line looks like + this is an existing item Then releasing a drag to the left of "+" will insert the URL before: + http://www.dragged.url + this is an existing