From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPXxd-00012n-Rk for guix-patches@gnu.org; Mon, 26 Jun 2017 13:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPXxa-0005ii-Py for guix-patches@gnu.org; Mon, 26 Jun 2017 13:38:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36708) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dPXxa-0005id-Mb for guix-patches@gnu.org; Mon, 26 Jun 2017 13:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dPXxa-0003x0-GX for guix-patches@gnu.org; Mon, 26 Jun 2017 13:38:02 -0400 Subject: [bug#27497] [PATCH] gnu: Add emacs-org-edit-latex. Resent-Message-ID: From: Oleg Pykhalov References: <20170626105252.24062-1-go.wigust@gmail.com> <9b1d4b50.AEEAMaYFajwAAAAAAAAAAAPNhpIAAAACwQwAAAAAAAW9WABZUQra@mailjet.com> Date: Mon, 26 Jun 2017 20:36:59 +0300 In-Reply-To: <9b1d4b50.AEEAMaYFajwAAAAAAAAAAAPNhpIAAAACwQwAAAAAAAW9WABZUQra@mailjet.com> (Arun Isaac's message of "Mon, 26 Jun 2017 18:53:24 +0530") Message-ID: <878tkeodl0.fsf@gmail.com> 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: Arun Isaac Cc: 27497@debbugs.gnu.org Hi, Arun Isaac writes: > Thanks for the patch! > > Could you request upstream to provide a release tarball? That would > simplify our life. Commits have been made in the upstream git repo very > recently. So, I'm hoping the developer will reply soon. If upstream does > not respond in a couple of days, we'll go with the git repo. Sure, I send a request https://github.com/et2010/org-edit-latex/issues/8 >> +(define-public emacs-org-edit-latex >> + (let ((commit "323d0b39d0284cef730b706dce7c0e58ed35530f") >> + (revision "1")) >> + (package >> + (name "emacs-org-edit-latex") >> + (version (string-append "0.0.1-" revision "." >> + (string-take commit 7))) > > I think version should be 0.8.0. Look at line 8 of org-edit-latex.el. > > The patch LGTM, otherwise!