all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleg Pykhalov <go.wigust@gmail.com>
To: 27497@debbugs.gnu.org
Subject: [bug#27497] [PATCH] gnu: Add emacs-org-edit-latex.
Date: Thu, 29 Jun 2017 00:46:33 +0300	[thread overview]
Message-ID: <20170628214633.3150-1-go.wigust@gmail.com> (raw)
In-Reply-To: <20170626105252.24062-1-go.wigust@gmail.com>

---
 gnu/packages/emacs.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index feff22a1b..9457c878e 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4998,3 +4998,30 @@ for the default of 1 second, the minibuffer will expand with all of the
 available key bindings that follow C-x (or as many as space allows given your
 settings).")
     (license license:gpl3+)))
+
+(define-public emacs-org-edit-latex
+  (package
+    (name "emacs-org-edit-latex")
+    (version "0.8.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/et2010/org-edit-latex/archive/v"
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1y4h6wrs8286h9pbsv4d8fr67a885vz8b2k80qgv5qddipi2i78p"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-auctex" ,emacs-auctex)
+       ;; The version of org in Emacs 25.2 is not sufficient,
+       ;; because requires org-latex-make-preamble function.
+       ("emacs-org" ,emacs-org)))
+    (home-page "https://github.com/et2010/org-edit-latex")
+    (synopsis
+     "Edit a latex fragment/environment just like editing a src block")
+    (description
+     "@code{emacs-org-edit-latex} is an extension for org-mode.  It let you
+edit a latex fragment/environment just like editing a src block.")
+    (license license:gpl3+)))
-- 
2.13.2

  parent reply	other threads:[~2017-06-28 21:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-26 10:52 [bug#27497] [PATCH] gnu: Add emacs-org-edit-latex Oleg Pykhalov
2017-06-26 13:23 ` Arun Isaac
     [not found] ` <9b1d4b50.AEEAMaYFajwAAAAAAAAAAAPNhpIAAAACwQwAAAAAAAW9WABZUQra@mailjet.com>
2017-06-26 17:36   ` Oleg Pykhalov
2017-06-28 21:46 ` Oleg Pykhalov [this message]
2017-06-29  5:55   ` Arun Isaac
     [not found]   ` <0281e55d.AEQAMUGi-eAAAAAAAAAAAAPNhpIAAAACwQwAAAAAAAW9WABZVJZs@mailjet.com>
2017-06-29 12:31     ` Oleg Pykhalov
2017-06-30 14:31       ` bug#27497: " Arun Isaac

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170628214633.3150-1-go.wigust@gmail.com \
    --to=go.wigust@gmail.com \
    --cc=27497@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.