[செவ்வாய் செப்டம்பர் 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.