Hey jman, On 2025-05-29 14:28, jman wrote: > I've recorded a screencast, hope it helps > https://asciinema.org/a/mRpT3Tw5ojhncySFfCAY0DKTJ > > In this recording I can see: > - when refiling, the choosen item disappears and instead a previously refiled > one is duplicated > - the `org-paste-subtree` error which I am not sure what it means
Thanks for the screencast, I was able to reproduce with `emacs -Q' and applying parts of your config. This “memory” effect of refiling the previous item, plus the error message about pasting the subtree made me think it was related to yanking/killing. If I apply your xclip settings in a terminal window, I can reproduce the weird refiling behaviour: #+begin_src emacs-lisp (use-package xclip :config (setq xclip-program "wl-copy") (setq xclip-select-enable-clipboard t) (setq xclip-mode t) (setq xclip-method (quote wl-copy))) #+end_src Best, -- Jacob S. Gordon jacob.as.gor...@gmail.com ====================== Please avoid sending me HTML emails and MS Office documents. https://useplaintext.email/#etiquette https://www.gnu.org/philosophy/no-word-attachments.html