unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#27497] [PATCH] gnu: Add emacs-org-edit-latex.
@ 2017-06-26 10:52 Oleg Pykhalov
  2017-06-26 13:23 ` Arun Isaac
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Oleg Pykhalov @ 2017-06-26 10:52 UTC (permalink / raw)
  To: 27497

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

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a98278875..1261979be 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4997,3 +4997,33 @@ enter C-x and wait 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
+  (let ((commit "323d0b39d0284cef730b706dce7c0e58ed35530f")
+        (revision "1"))
+    (package
+      (name "emacs-org-edit-latex")
+      (version (string-append "0.0.1-" revision "."
+                              (string-take commit 7)))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/et2010/org-edit-latex.git")
+                      (commit commit)))
+                (file-name (string-append name "-" version "-checkout"))
+                (sha256
+                 (base32
+                  "0zcllyhx9n9vcr5w87h0hfz25v52lvh5fi717cb7mf3jh89zh842"))))
+      (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.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-06-30 14:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).