From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e37jW-0002iX-PJ for guix-patches@gnu.org; Fri, 13 Oct 2017 17:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e37jS-0002I2-Pd for guix-patches@gnu.org; Fri, 13 Oct 2017 17:43:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58105) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e37jS-0002Hw-Li for guix-patches@gnu.org; Fri, 13 Oct 2017 17:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e37jS-0007hL-F4 for guix-patches@gnu.org; Fri, 13 Oct 2017 17:43:02 -0400 Subject: [bug#28805] [PATCH] gnu: Add emacs-org-plus-contrib. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171013054542.2032-1-mail@cbaines.net> Date: Fri, 13 Oct 2017 23:42:34 +0200 In-Reply-To: <20171013054542.2032-1-mail@cbaines.net> (Christopher Baines's message of "Fri, 13 Oct 2017 06:45:42 +0100") Message-ID: <87shemybat.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: Christopher Baines Cc: 28805@debbugs.gnu.org Christopher Baines skribis: > * gnu/packages/emacs.scm (emacs-org-plus-contrib): New variable. [...] > +This package includes all the functionality of the @code{emacs-org} pack= age, > +plus all files that you would find in @file{contrib/} from the git > +repository.") I=E2=80=99m sorry to ask ;-), but would it be an option to have a separate =E2=80=98emacs-contrib=E2=80=99 package instead? That way people could ins= tall emacs-org, and optionally emacs-contrib on top of it. If not, this package if perfectly fine. Thanks, Ludo=E2=80=99.