stardiviner <[email protected]> writes: > The recent commit "DND: Follow link format defined in > org-attach-store-link-p" (2556f75bf34558979fcf52ac50754dfce85458b7) caused > error in `yank-media`: > > - org--image-yank-media-handler in org.el > - org-link-make-string-for-buffer in ol.el > > ``` > apply: Wrong number of arguments: #[(link &optional description > interactive-p) ((if (and (string-match org-link-plain-re link) (not > ...
This is not a complete backtrace, right? Nothing in Org code is calling this new function with wrong number of arguments. So, it is probably something in your config that is modifying Org. Could it be that you advice org-attach-attach? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
