org-roam / org-roam-bibtex

Org Roam integration with bibliography management software
GNU General Public License v3.0
571 stars 47 forks source link

PDF-Scrapper: Consistent formatting between headings (Newline) #151

Closed j-steinbach closed 3 years ago

j-steinbach commented 3 years ago

One thing I noticed - is there a way to get an empty line between [12] and In BibTeX file? And why is there no empty line between In Org Roam database and #+name: in-roam? The styles are a bit mixed. (Not inserting empty lines is fine too, but it should be consistent).

It drove me crazy back then when I was writing this part because I couldn't manage to have these newlines in place. ORB actually puts them, but they mysteriously disappear, probably slurped by Org mode when it inserts new headlines. This is something that still bothers me, although I'm now used to put those newlines by hand. Feel free to open an issue for this, maybe this time I'll have more luck.

Originally posted by @myshevchuk in https://github.com/org-roam/org-roam-bibtex/issues/141#issuecomment-748630472

myshevchuk commented 3 years ago

This issue is fixed in the scrapper-save branch. Since this fix is applied in a place that was considerably changed by the new functionality that will be soon merged into master, I don't provide a fix for the master branch to avoid merging hassle.

j-steinbach commented 3 years ago

Sorry for answering just now, am quite busy :skull:

Basically I can wait until this is in master? Or is there anything you need me to do/try?

myshevchuk commented 3 years ago

Yes, you can wait until this is in master or switch to the save-scrapper branch, where it is already fix. That branch should be usable now.