davidgohel / ReporteRs

Note that ReporteRs has been removed from CRAN the 16th of July 2018 and is not maintained anymore. please migrate to officer.
244 stars 44 forks source link

addParagraph - preserve bookmark #158

Closed maschere closed 8 years ago

maschere commented 8 years ago

Hello David,

thanks for your continued work on ReporteRs. Recently you added the behaviour that addPlot / addImage preserve the bookmark (this turned out to be extremely important for our workflow, as the "generated" report is edited elsewhere and then sent back to us to update all figures and tables).

Is it possible to change addParagraph in the same way (maybe with an optional parameter) such that it also allows to keep the bookmark?

davidgohel commented 8 years ago

Hello

This was a bug, it should be solved in the last github version (that will be send to cran soon)

Could you check? David

maschere commented 8 years ago

Ah yes, thank you! Working as expected, addParagraph keeps bookmarks in the current github version.

davidgohel commented 8 years ago

thanks