[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] [PATCH] Add yank-media and DND handler [9.6.7 (9.6.7-g6eb773 @
From: |
Visuwesh |
Subject: |
Re: [BUG] [PATCH] Add yank-media and DND handler [9.6.7 (9.6.7-g6eb773 @ /home/viz/lib/emacs/straight/build/org/)] |
Date: |
Wed, 27 Sep 2023 14:03:51 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
[செவ்வாய் செப்டம்பர் 26, 2023] Max Nikulin wrote:
> On 25/09/2023 20:14, Visuwesh wrote:
>> + (setq-local dnd-protocol-alist
>> + (cons '("^file:///" . org--dnd-local-file-handler)
>> + dnd-protocol-alist))
>
> Does it mean that `org--dnd-local-file-handler' is unconditionally
> called for Org buffers? Current action is to open text files in the
> widow under cursor and it is what users may expect. They may be
> surprised if the file is attached instead.
The common request I see when a file is dropped is to associate it
somehow with the org-mode buffer. org-attach is the most natural way to
do it. If the users like the old behaviour, they can remove the entry
from the alist.