From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHzjK-0001LQ-4O for guix-patches@gnu.org; Sun, 13 May 2018 18:44:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHxgw-0005Sp-8n for guix-patches@gnu.org; Sun, 13 May 2018 16:34:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fHxgw-0005Sl-5B for guix-patches@gnu.org; Sun, 13 May 2018 16:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fHxgv-0003da-V7 for guix-patches@gnu.org; Sun, 13 May 2018 16:34:01 -0400 Subject: [bug#31387] [PATCH] Add emacs-orgalist Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87fu32rqio.fsf@nicolasgoaziou.fr> Date: Sun, 13 May 2018 22:33:22 +0200 In-Reply-To: <87fu32rqio.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 08 May 2018 19:44:31 +0200") Message-ID: <87r2mfl2i5.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nicolas Goaziou Cc: 31387@debbugs.gnu.org Hello, Nicolas Goaziou skribis: >>>From f6773669037429dcf53f0132d03f65fa96aef750 Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > 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=E2=80=99.