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
I don't know if this is a bug or not. It seems so straight-forward that I can easily be convinced that it is intentional or that I've missed something in the docs. Links with occur strings do not search for regular expressions. The reason is that the call to pdf-occur-search does not have a non-nil third argument. As far as I can see changing the call from
I don't know if this is a bug or not. It seems so straight-forward that I can easily be convinced that it is intentional or that I've missed something in the docs. Links with occur strings do not search for regular expressions. The reason is that the call to pdf-occur-search does not have a non-nil third argument. As far as I can see changing the call from
to
fixes the problem.
The text was updated successfully, but these errors were encountered: