guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#26288: [PATCH] gnu: Add emacs-ox-twbs.


From: Catonano
Subject: bug#26288: [PATCH] gnu: Add emacs-ox-twbs.
Date: Wed, 29 Mar 2017 15:16:47 +0200

2017-03-29 0:08 GMT+02:00 Vasile Dumitrascu <address@hidden>:
* 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]