When I execute command `yank-media` in Org-mode buffer to paste the copied image from web browser. I meet the bellowing error (I got it through `toggle-debug-on-error`): #+begin_example Debugger entered--Lisp error: (wrong-type-argument sequencep TARGETS) mapc(#f(compiled-function (elt) #) TARGETS) seq-do(#f(compiled-function (elt) #) TARGETS) #f(compiled-function #'sequence #)(#f(compiled-function (elt) #) TARGETS) apply(#f(compiled-function #'sequence #) #f(compiled-function (elt) #) TARGETS nil) seq-map(#f(compiled-function (elt) #) TARGETS) seq-filter(#f(compiled-function (type) #) TARGETS) yank-media--find-matching-media("x/special-\\(?:gnome|KDE|mate\\)-files") #f(compiled-function () (interactive nil) #)() apply(#f(compiled-function () (interactive nil) #) nil) yank-media() funcall-interactively(yank-media) call-interactively(yank-media nil nil) command-execute(yank-media) #+end_example For a test, I copy an image in Arc web browser: source image URL: https://img1.doubanio.com/view/photo/raw/public/p2895245009.jpg My environment: - GNU Emacs 30.0.50 (build 2, aarch64-apple-darwin23.4.0, NS appkit-2487.50 Version 14.4.1 (Build 23E224)) of 2024-05-14 - Org mode: 9.7-pre - macOS: appkit-2487.50 Version 14.4.1 (Build 23E224) I got this error randomly, can't reproduce it in a specific situation. But I noticed one thing, when I got this error, then I move the point next line one or three times in buffer. Then the `yank-meida` command can yank the original image normally. This is weird. -- [ stardiviner ] I try to make every word tell the meaning that I want to express without misunderstanding. Blog: https://stardiviner.github.io/ IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner GPG: F09F650D7D674819892591401B5DF1C95AE89AC3