org-cliplink icon indicating copy to clipboard operation
org-cliplink copied to clipboard

Insert org-mode links from clipboard

Results 52 org-cliplink issues
Sort by recently updated
recently updated
newest added

I've been using `org-cliplink` for years, and it's worked really well on most websites. But within the last month, it's been failing on most websites. For example, if I have...

Package `cl` is deprecated and generates a warning in Emacs 27

The link is not inserted in the place that the function was called, but at the current point.

#### Delete unused callback function Follow-up to commit 666d0cdf0cc6ea120c83b190396d76f0ac32605a. * `org-cliplink.el` (`org-cliplink-insert-org-mode-link-callback`): Delete function. * `test/org-cliplink-test.el` (`org-cliplink-insert-org-mode-link-callback-test`): Delete test. #### Save marker and use it in callback for insert *...

I often see an error when running org-cliplink... For example, this url: https://daringfireball.net/linked/2019/10/10/apple-pulls-hkmaps ``` Contacting host: daringfireball.net:443 error in process sentinel: let: Args out of range: #, 1, 2 error...

Introduced in #119 We only have a low level example in [Custom Transformers](https://github.com/rexim/org-cliplink/tree/e03aa07fef350cfeb6374c669d1cd80eeb1a0f26#custom-transformers). It would be actually good to mention `org-cliplink-title-replacements`.

When clipping `https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c130-for-making-deep-copies-of-polymorphic-classes-prefer-a-virtual-clone-function-instead-of-copy-constructionassignment` into emacs, the text shows `Page not found - GitHub Pages` while clicking the entry redirects to the correct location. I tried a similar URL `https://github.com/rexim/org-cliplink#org-cliplink-1` which...