Description
I am just starting to play around with ebib and consider integrating it into my workflow (so I am not an expert by any means).
One issue I came across is how to save changes from a main database back into the dependent database (i.e., update the dependent database after changes to the main database).
As expected, if I change something in the main database file then I open the dependent database, I see the changes from master. Yet actually getting those changes to be written back to the dependent database file (so that citations using the dependent database file are correct) is not simple. I would have expected that ebib-save-current-database
would yhave done this but it doesn't. Seems I need to call ebib-write-database
.
Am I missing something? Seems like it should be way easier to update the dependent database, not just show the updates in the ebib interface. The later is not used when actually building latex documents.