[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#27497] [PATCH] gnu: Add emacs-org-edit-latex.
From: |
Oleg Pykhalov |
Subject: |
[bug#27497] [PATCH] gnu: Add emacs-org-edit-latex. |
Date: |
Mon, 26 Jun 2017 20:36:59 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) |
Hi,
Arun Isaac <address@hidden> 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!