unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26288: [PATCH] gnu: Add emacs-ox-twbs.
@ 2017-03-28 22:08 Vasile Dumitrascu
  2017-03-29 13:16 ` Catonano
  2017-03-30  8:56 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Vasile Dumitrascu @ 2017-03-28 22:08 UTC (permalink / raw)
  To: 26288; +Cc: 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)
+       (uri (string-append
+             "https://github.com/marsmining/ox-twbs/archive/v"
+             version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1zaq8dczq5wijjk36114k2x3hfrqig3lyx6djril6wyk67vczyqs"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/marsmining/ox-twbs")
+    (synopsis "Export org-mode docs as HTML compatible with Twitter Bootstrap")
+    (description
+     "This Emacs package outputs your org-mode docs with a simple, clean
+and modern look. It implements a new HTML back-end for exporting org-mode docs
+as HTML compatible with Twitter Bootstrap. By default, HTML is exported
+with jQuery and Bootstrap resources included via osscdn.")
+    (license license:gpl3+)))
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#26288: [PATCH] gnu: Add emacs-ox-twbs.
  2017-03-28 22:08 bug#26288: [PATCH] gnu: Add emacs-ox-twbs Vasile Dumitrascu
@ 2017-03-29 13:16 ` Catonano
  2017-03-30  8:56 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Catonano @ 2017-03-29 13:16 UTC (permalink / raw)
  To: Vasile Dumitrascu; +Cc: 26288

[-- Attachment #1: Type: text/plain, Size: 861 bytes --]

2017-03-29 0:08 GMT+02:00 Vasile Dumitrascu <va511e@yahoo.com>:

> * 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

[-- Attachment #2: Type: text/html, Size: 1334 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#26288: [PATCH] gnu: Add emacs-ox-twbs.
  2017-03-28 22:08 bug#26288: [PATCH] gnu: Add emacs-ox-twbs Vasile Dumitrascu
  2017-03-29 13:16 ` Catonano
@ 2017-03-30  8:56 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2017-03-30  8:56 UTC (permalink / raw)
  To: Vasile Dumitrascu; +Cc: 26288-done

Vasile Dumitrascu <va511e@yahoo.com> skribis:

> * gnu/packages/emacs.scm (emacs-ox-twbs): New variable.

Applied, thanks!  (And thanks for testing, Catonano.)

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-30  8:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28 22:08 bug#26288: [PATCH] gnu: Add emacs-ox-twbs Vasile Dumitrascu
2017-03-29 13:16 ` Catonano
2017-03-30  8:56 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).