-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
PDF Scrapper: Save/Export the "Text mode" and "BibTeX mode" buffers #140
Comments
There are technically three features here.
Features 1. and 2. will be quite easy, while three 3. will require more work and should probably be filed as a separate feature request. |
I agree. Originally I only had the first two, the last one was an after-thought - something to consider for the future. Should I put it in a separate feature request? I don't find it that important personally, but it makes sense from a logical perspective. |
Absolutely. Please make a separate feature request. I actually had an idea of making ORB PDF Scrapper into a separate, stand-alone package. It would, of course, be integrated into Org Roam (BibTeX), yet could be used independently of them anywhere else in Emacs. Such a feature would be a step toward this. Thank you for the idea! |
Here you go :) I also added an issue to discuss the splitting of the package. 🧹 |
Now after #146 has been merged, this issue can be closed. |
At the moment, the PDF Scrapper extracts a list of references from the source PDF.
I manually edit and clean that list in the "Text mode" buffer, then it gets turned into a list of bib-entries in the "BibTeX mode" buffer. There I again manually do some cleaning, and then that list gets turned into a list of cite-keys in the "Org mode" buffer.
Finally, the list of cite-keys is inserted into the original .org file (where I started the PDF Scrapper extraction), but all the manual work I did in the "Text mode" and "BibTeX mode" buffer gets thrown away.
I would like to have the content of those buffers also get inserted into my original .org file.
There are multiple reasons:
As mentioned in #134
The text was updated successfully, but these errors were encountered: