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 org-autolist checks if the thing at point has org-link as a face, in which case it then follows the link. This isn't very robust as there are registered org-links that might not use the org-link face (e.g. denote links in org). What about a check using something like the following?
Right now org-autolist checks if the thing at point has
org-link
as a face, in which case it then follows the link. This isn't very robust as there are registered org-links that might not use theorg-link
face (e.g. denote links in org). What about a check using something like the following?this will check whether the link is any registered one.
EDIT: you could also just do an
or
with the face as one check and the regexp as the other -- that might be the best solution.The text was updated successfully, but these errors were encountered: