From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: guix-devel@gnu.org
Subject: [PATCH] Add Emacs Org mode
Date: Fri, 19 Aug 2016 21:03:21 +0200 [thread overview]
Message-ID: <87bn0otwcm.fsf@saiph.selenimh> (raw)
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
Hello,
The following patch adds Org mode to the list of Emacs packages.
Regards,
--
Nicolas Goaziou 0x80A93738
[-- Attachment #2: Add emacs-org --]
[-- Type: text/x-diff, Size: 1822 bytes --]
From 6412b47596f89ce071f81d01a23c7d18cc08cee5 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Fri, 19 Aug 2016 20:52:25 +0200
Subject: [PATCH] gnu: Add emacs-org.
* gnu/packages/emacs.scm (emacs-org): New variable.
---
gnu/packages/emacs.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 9948b91..98b8849 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -14,6 +14,7 @@
;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
+;;; Copyright © 2016 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2960,3 +2961,23 @@ passive voice.")
(synopsis "Folder tree view for Emacs")
(description "This Emacs package provides a folder tree view.")
(license license:gpl3+)))
+
+(define-public emacs-org
+ (package
+ (name "emacs-org")
+ (version "20160815")
+ (home-page "http://orgmode.org/")
+ (synopsis "Outline-based notes management and organizer")
+ (description "Org is a mode for keeping notes, maintaining TODO
+lists, and project planning with a fast and effective plain-text
+system. It also is an authoring system with unique support for
+literate programming and reproducible research.")
+ (license license:gpl3+)
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://orgmode.org/elpa/org-"
+ version ".tar"))
+ (sha256
+ (base32
+ "0k9pa13kpmpi6irmbavxffgqfanhjnijz4mkmmi0zp7kgjfbaliw"))))
+ (build-system emacs-build-system)))
--
2.9.2
next reply other threads:[~2016-08-19 19:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-19 19:03 Nicolas Goaziou [this message]
2016-08-20 8:53 ` [PATCH] Add Emacs Org mode Ricardo Wurmus
2016-08-20 9:56 ` Efraim Flashner
2016-08-20 11:18 ` Nicolas Goaziou
2016-08-20 19:34 ` Ricardo Wurmus
2016-08-21 7:17 ` Ricardo Wurmus
2016-08-21 8:42 ` Nicolas Goaziou
2016-08-21 19:23 ` Ricardo Wurmus
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=87bn0otwcm.fsf@saiph.selenimh \
--to=mail@nicolasgoaziou.fr \
--cc=guix-devel@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.