You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now to achieve that you have to pretty much reimplement org-cliplink function from scratch (See Custom Transformers). I believe it should be as easy as setting up a custom variable:
Fix issue rexim#111.
* org-cliplink.el (org-cliplink-title-replacements): New custom variable for
specifying rules for replacing link titles.
(org-cliplink-title-for-url): New function. Replace the link title according to
the rules specified in org-cliplink-title-for-url.
(org-cliplink-org-mode-link-transformer): Use org-cliplink-title-for-url to
replace the link title before formatting the link.
Fix issue rexim#111.
* org-cliplink.el (org-cliplink-title-replacements): New custom variable for
specifying rules for replacing link titles.
(org-cliplink-title-for-url): New function. Replace the link title according to
the rules specified in org-cliplink-title-for-url.
(org-cliplink-org-mode-link-transformer): Use org-cliplink-title-for-url to
replace the link title before formatting the link.
Derived from #107
Right now to achieve that you have to pretty much reimplement
org-cliplink
function from scratch (See Custom Transformers). I believe it should be as easy as setting up a custom variable:The text was updated successfully, but these errors were encountered: