On Sat, May 16, 2015 at 07:52:43PM +0200, Enrico Forestieri wrote: > > --- a/src/insets/InsetCommandParams.cpp > +++ b/src/insets/InsetCommandParams.cpp > @@ -353,6 +371,8 @@ void InsetCommandParams::Write(ostream & os, Buffer const > * buffer) const > bib = token(data, ',', ++i); > } > data = newdata; > + } else if (buffer && name == "options") { > + data = buffer->includedFilePath(data, "bst"); > } > os << name << ' ' > << Lexer::quoteString(data)
Richard, the above hunk has to be applied to stable, too. It takes care of updating the path of the .bst files when saving to a different location. I was missing this bit in the corresponding commit. -- Enrico