Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The link description formatter is applied twice #77

Open
akirak opened this issue Oct 19, 2022 · 0 comments
Open

The link description formatter is applied twice #77

akirak opened this issue Oct 19, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@akirak
Copy link
Contributor

akirak commented Oct 19, 2022

If I set org-super-links-default-description-formatter to a function, the function is applied twice whenever I insert a backlink using org-super-links-insert.

Inside org-super-links--insert-link, both org-super-links-link-builder and org-super-links-insert-backlink calls org-super-links-default-description-formatter. I think you should remove either of those calls.

@toshism toshism added the bug Something isn't working label Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants