2017-03-29 0:08 GMT+02:00 Vasile Dumitrascu : > * gnu/packages/emacs.scm (emacs-ox-twbs): New variable. > --- > gnu/packages/emacs.scm | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index 358748cbf..4e2ce53b4 100644 > --- a/gnu/packages/emacs.scm > +++ b/gnu/packages/emacs.scm > @@ -3985,3 +3985,27 @@ memoizing functions.") > an idle timer to highlight all occurences in the buffer of the word under > the point.") > (license license:gpl3+))) > + > +(define-public emacs-ox-twbs > + (package > + (name "emacs-ox-twbs") > + (version "1.1.1") > + (source > + (origin > + (method url-fetch) > Having merged emacs-idle-highlight I could merge this one too It works. It nicely exports a org file in Bootstrap styled html lgtm