all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Morgan.J.Smith@outlook.com
To: 49352@debbugs.gnu.org
Cc: Morgan Smith <Morgan.J.Smith@outlook.com>
Subject: [bug#49352] [PATCH] gnu: Add emacs-muse.
Date: Sat,  3 Jul 2021 09:35:33 -0400	[thread overview]
Message-ID: <BYAPR05MB402346644BCDB3776561BBA3C51E9@BYAPR05MB4023.namprd05.prod.outlook.com> (raw)

From: Morgan Smith <Morgan.J.Smith@outlook.com>

* gnu/packages/emacs-xyz.scm (emacs-muse): New variable.
---

Not sure if the translators note is necessary.

I didn't test any of the exporters so I'm not sure if that works. I just wanted
some syntax highlighting

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ab04992fad..026c22cd2d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13435,6 +13435,28 @@ with CJK languages.")
 to org file, you can use this tool to write orgify commentary.")
     (license license:gpl2+)))
 
+(define-public emacs-muse
+  (package
+    (name "emacs-muse")
+    (version "3.20.2")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append "https://elpa.gnu.org/packages/muse-" version ".tar"))
+        (sha256
+          (base32 "0g2ff6x45x2k5dnkp31sk3bjj92jyhhnar7l5hzn8vp22l0rv8wn"))))
+    (build-system emacs-build-system)
+    (home-page "https://www.gnu.org/software/emacs-muse/index.html")
+    (synopsis "Authoring and publishing environment for Emacs")
+    ;; TRANSLATORS: Muse should not be translated. That is the name of the software
+    (description "Authoring and publishing environment for Emacs.
+Muse uses a markup language to define hyperlinked documents.  This is the markup
+language used by @url{https://www.emacswiki.org}.
+
+Muse files can be published in a variety of different formats, such as HTML,
+@code{LaTeX}, or PDF.")
+    (license license:gpl3+)))
+
 (define-public emacs-mustache
   (package
     (name "emacs-mustache")
-- 
2.32.0





             reply	other threads:[~2021-07-03 13:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-03 13:35 Morgan.J.Smith [this message]
2021-07-03 20:46 ` bug#49352: [PATCH] gnu: Add emacs-muse Nicolas Goaziou

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=BYAPR05MB402346644BCDB3776561BBA3C51E9@BYAPR05MB4023.namprd05.prod.outlook.com \
    --to=morgan.j.smith@outlook.com \
    --cc=49352@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.