From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50194) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibhVv-0004OO-OI for guix-patches@gnu.org; Mon, 02 Dec 2019 03:57:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibhVu-0003Ry-QQ for guix-patches@gnu.org; Mon, 02 Dec 2019 03:57:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59315) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ibhVu-0003Ro-MZ for guix-patches@gnu.org; Mon, 02 Dec 2019 03:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ibhVu-0001s7-M6 for guix-patches@gnu.org; Mon, 02 Dec 2019 03:57:02 -0500 Subject: bug#38340: [PATCH] gnu: Add emacs-org-present. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87o8x3gqhq.fsf@posteo.net> Date: Mon, 02 Dec 2019 10:12:49 +0100 In-Reply-To: <87o8x3gqhq.fsf@posteo.net> (Brett Gilio's message of "Fri, 22 Nov 2019 22:34:41 -0600") Message-ID: <87a78bks4u.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: Brett Gilio Cc: 38340-done@debbugs.gnu.org Brett Gilio skribis: >>>From c007a92689004917fa422b668f8ab55b2a49af22 Mon Sep 17 00:00:00 2001 > From: Brett Gilio > Date: Fri, 22 Nov 2019 22:32:46 -0600 > Subject: [PATCH] gnu: Add emacs-org-present. > > * gnu/packages/emacs-xyz.scm (emacs-org-present): New variable. Applied, thanks!