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

links with occur searches do not use regular expressions #89

Open
C7DAFBB7 opened this issue Nov 9, 2022 · 0 comments
Open

links with occur searches do not use regular expressions #89

C7DAFBB7 opened this issue Nov 9, 2022 · 0 comments

Comments

@C7DAFBB7
Copy link

C7DAFBB7 commented Nov 9, 2022

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

         (pdf-occur-search
          pathlist
          occur-search-string)))

to

         (pdf-occur-search
          pathlist
          occur-search-string t)))

fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant