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

Prompts for isearch and free-pointer don't work like expected #70

Open
k-jell opened this issue Apr 6, 2021 · 2 comments
Open

Prompts for isearch and free-pointer don't work like expected #70

k-jell opened this issue Apr 6, 2021 · 2 comments

Comments

@k-jell
Copy link

k-jell commented Apr 6, 2021

After setting:

(defcustom org-pdftools-use-freepointer-annot nil
  "Whether prompt to use freepointer annotation or not. "
  :group 'org-pdftools
  :type 'boolean)

(defcustom org-pdftools-use-isearch-link nil
  "Whether prompt to use isearch link or not. "
  :group 'org-pdftools
  :type 'boolean)

both true I expected a prompt like the one seen in this screencast.
But instead it's just showing Click where a new text annotation should be added ... and I have to choose a free-point annotation. The isearch-link somehow doesn't work at all.

Am I missing some config here?

@kuochang
Copy link

kuochang commented Sep 4, 2022

I have the same issue. Any clue?

@kuochang
Copy link

kuochang commented Sep 5, 2022

Just figured out how to put isearch result into noter buffer:

  1. Change "defcustom org-pdftools-use-isearch-link" from nil to t.
(defcustom org-pdftools-use-isearch-link t
  "Whether prompt to use isearch link or not. "
  :group 'org-pdftools
  :type 'boolean)
  1. M-x org-noter-insert-note

Then you can insert the isearch result into the noter buffer.

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

2 participants