all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#31387] [PATCH] Add emacs-orgalist
@ 2018-05-08 17:44 Nicolas Goaziou
  2018-05-13 20:33 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2018-05-08 17:44 UTC (permalink / raw)
  To: 31387

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

Hello,

This patch adds an Emacs library: Orgalist.

Thank you for the review.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: add emacs-orgalist --]
[-- Type: text/x-diff, Size: 1624 bytes --]

From f6773669037429dcf53f0132d03f65fa96aef750 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Tue, 8 May 2018 19:42:44 +0200
Subject: [PATCH] gnu: Add emacs-orgalist

* gnu/packages/emacs.scm (emacs-orgalist): 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 9b6ccf57a..fd6446f8e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4722,6 +4722,30 @@ used for reverse direction.")
 distribution, primarily targeting Clojure users")
     (license license:gpl3+)))
 
+(define-public emacs-orgalist
+  (package
+    (name "emacs-orgalist")
+    (version "1.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://elpa.gnu.org/packages/"
+                           "orgalist-" version ".el"))
+       (sha256
+        (base32
+         "13dl0l727vlny3y88gqpngcy90ly5r719s1pbmkva5gmcryb68xr"))))
+    (build-system emacs-build-system)
+    (home-page "http://elpa.gnu.org/packages/orgalist.html")
+    (synopsis "Manage Org-like lists in non-Org buffers")
+    (description "Write Org mode's plain lists in non-Org buffers.
+
+More specifically, it supports syntax for numbered, unnumbered,
+description items, checkboxes, and counter cookies.
+
+The library also implements radio lists, i.e., lists written in Org
+syntax later translated into the host format, e.g., @LaTeX{} or HTML.")
+    (license license:gpl3+)))
+
 (define-public emacs-writegood-mode
   (package
     (name "emacs-writegood-mode")
-- 
2.17.0


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

* [bug#31387] [PATCH] Add emacs-orgalist
  2018-05-08 17:44 [bug#31387] [PATCH] Add emacs-orgalist Nicolas Goaziou
@ 2018-05-13 20:33 ` Ludovic Courtès
  2018-05-14 15:46   ` bug#31387: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2018-05-13 20:33 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: 31387

Hello,

Nicolas Goaziou <mail@nicolasgoaziou.fr> skribis:

>>From f6773669037429dcf53f0132d03f65fa96aef750 Mon Sep 17 00:00:00 2001
> From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
> Date: Tue, 8 May 2018 19:42:44 +0200
> Subject: [PATCH] gnu: Add emacs-orgalist
>
> * gnu/packages/emacs.scm (emacs-orgalist): New variable.

Nitpick:

> +    (home-page "http://elpa.gnu.org/packages/orgalist.html")
> +    (synopsis "Manage Org-like lists in non-Org buffers")
> +    (description "Write Org mode's plain lists in non-Org buffers.
> +

^ No newline.

> +More specifically, it supports syntax for numbered, unnumbered,

s/it supports syntax/Orgalist supports the syntax of Org mode/

OK to push with changes along these lines, thanks!

Ludo’.

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

* bug#31387: [PATCH] Add emacs-orgalist
  2018-05-13 20:33 ` Ludovic Courtès
@ 2018-05-14 15:46   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2018-05-14 15:46 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 31387-done

Hello,

ludo@gnu.org (Ludovic Courtès) writes:

> Nitpick:
>
>> +    (home-page "http://elpa.gnu.org/packages/orgalist.html")
>> +    (synopsis "Manage Org-like lists in non-Org buffers")
>> +    (description "Write Org mode's plain lists in non-Org buffers.
>> +
>
> ^ No newline.
>
>> +More specifically, it supports syntax for numbered, unnumbered,
>
> s/it supports syntax/Orgalist supports the syntax of Org mode/

Applied with the above changes. Thank you.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738

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

end of thread, other threads:[~2018-05-14 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-08 17:44 [bug#31387] [PATCH] Add emacs-orgalist Nicolas Goaziou
2018-05-13 20:33 ` Ludovic Courtès
2018-05-14 15:46   ` bug#31387: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.