This pull request modifies the inserted text from org-noter-pdftools-create-skeleton such that the values of org-noter-separate-notes-from-heading and org-noter-max-short-selected-text-length are taken into account.
In particular, if org-noter-separate-notes-from-heading is non-nil, then a newline separates the inserted headline contents from their headlines, and if the inserted annotated text (not the comment, but the text annotated in the PDF) is more than org-noter-max-short-selected-text-length, then that text is put into an org quote block.
This pull request modifies the inserted text from
org-noter-pdftools-create-skeleton
such that the values oforg-noter-separate-notes-from-heading
andorg-noter-max-short-selected-text-length
are taken into account.In particular, if
org-noter-separate-notes-from-heading
is non-nil, then a newline separates the inserted headline contents from their headlines, and if the inserted annotated text (not the comment, but the text annotated in the PDF) is more thanorg-noter-max-short-selected-text-length
, then that text is put into an org quote block.