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

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Tue, 28 Mar 2017 22:09:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26288 in the body.
You can then email your comments to 26288 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26288; Package guix-patches. (Tue, 28 Mar 2017 22:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vasile Dumitrascu <va511e <at> yahoo.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 28 Mar 2017 22:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [PATCH] gnu: Add emacs-ox-twbs.
Date: Wed, 29 Mar 2017 00:08:30 +0200
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#26288; Package guix-patches. (Wed, 29 Mar 2017 13:17:02 GMT) Full text and rfc822 format available.

Message #8 received at 26288 <at> debbugs.gnu.org (full text, mbox):

From: Catonano <catonano <at> gmail.com>
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 26288 <at> debbugs.gnu.org
Subject: Re: bug#26288: [PATCH] gnu: Add emacs-ox-twbs.
Date: Wed, 29 Mar 2017 15:16:47 +0200
[Message part 1 (text/plain, inline)]
2017-03-29 0:08 GMT+02:00 Vasile Dumitrascu <va511e <at> 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
[Message part 2 (text/html, inline)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Thu, 30 Mar 2017 08:57:01 GMT) Full text and rfc822 format available.

Notification sent to Vasile Dumitrascu <va511e <at> yahoo.com>:
bug acknowledged by developer. (Thu, 30 Mar 2017 08:57:01 GMT) Full text and rfc822 format available.

Message #13 received at 26288-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 26288-done <at> debbugs.gnu.org
Subject: Re: bug#26288: [PATCH] gnu: Add emacs-ox-twbs.
Date: Thu, 30 Mar 2017 10:56:17 +0200
Vasile Dumitrascu <va511e <at> yahoo.com> skribis:

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

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

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 27 Apr 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 57 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.