unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Alex Griffin" <a@ajgrf.com>
To: 36146@debbugs.gnu.org
Subject: [bug#36146] [PATCH 1/4] gnu: Add emacs-elfeed-org.
Date: Sun, 09 Jun 2019 14:09:49 +0000	[thread overview]
Message-ID: <8d96ed21-28f6-4768-8d07-803a5d38b62a@www.fastmail.com> (raw)
In-Reply-To: <33ae2269-19b1-4122-845e-dacc6533f72d@www.fastmail.com>

[-- Attachment #1: Type: text/plain, Size: 127 bytes --]

This patch adds emacs-elfeed-org, an Emacs package that lets you manage your Elfeed subscriptions in Org-mode.
-- 
Alex Griffin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-emacs-elfeed-org.patch --]
[-- Type: text/x-patch; name="0001-gnu-Add-emacs-elfeed-org.patch", Size: 2404 bytes --]

From 3c58d376419f16f7362c5325ea5ffb7bfcf7e61f Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Sun, 9 Jun 2019 09:00:05 -0500
Subject: [PATCH 1/4] gnu: Add emacs-elfeed-org.

* gnu/packages/emacs-xyz.scm (emacs-elfeed-org): New variable.
---
 gnu/packages/emacs-xyz.scm | 32 +++++++++++++++++++++++++++++++-
 1 file changed, 31 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7db46e81c5..c1283f1ffd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13,7 +13,7 @@
 ;;; Copyright © 2016 Matthew Jordan <matthewjordandevops@yandex.com>
 ;;; Copyright © 2016, 2017 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
-;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
+;;; Copyright © 2016, 2019 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2016, 2017, 2018, 2019 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
 ;;; Copyright © 2016, 2017, 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
@@ -5209,6 +5209,36 @@ If you want to mark a folder manually as a project just create an empty
 and RSS, with a user interface inspired by notmuch.")
     (license license:gpl3+)))
 
+(define-public emacs-elfeed-org
+  (package
+    (name "emacs-elfeed-org")
+    (version "20181015.1100")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+               "https://melpa.org/packages/elfeed-org-"
+               version
+               ".el"))
+        (sha256
+          (base32
+            "1bawfxgijlfa4wska2znl69wfdzh53gh9arf180l71fhjlvablaw"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+      `(("emacs-elfeed" ,emacs-elfeed)
+        ("emacs-org" ,emacs-org)
+        ("emacs-dash" ,emacs-dash)
+        ("emacs-s" ,emacs-s)))
+    (home-page "https://github.com/remyhonig/elfeed-org")
+    (synopsis "Configure Elfeed with an Org-mode file")
+    (description
+      "@code{elfeed-org} lets you manage your Elfeed subscriptions
+in Org-mode.  Maintaining tags for all RSS feeds is cumbersome using
+the regular flat list, where there is no hierarchy and tag names are
+duplicated a lot.  Org-mode makes the book keeping of tags and feeds
+much easier.")
+    (license license:gpl3+)))
+
 (define-public emacs-el-x
   (package
     (name "emacs-el-x")
-- 
2.22.0


  reply	other threads:[~2019-06-09 14:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-09 14:07 [bug#36146] [PATCH 0/4] Add various Emacs packages Alex Griffin
2019-06-09 14:09 ` Alex Griffin [this message]
2019-06-09 14:10 ` [bug#36146] [PATCH 2/4] gnu: Add emacs-restart-emacs Alex Griffin
2019-06-09 14:12 ` [bug#36146] [PATCH 3/4] gnu: Add emacs-mixed-pitch Alex Griffin
2019-06-09 14:13 ` [bug#36146] [PATCH 4/4] gnu: Add emacs-solaire-mode Alex Griffin
2019-06-10 21:02 ` [bug#36146] [PATCH 0/4] Add various Emacs packages Oleg Pykhalov
2019-06-10 23:58   ` Alex Griffin
2019-06-11  0:31     ` Alex Griffin
2019-06-13 20:43       ` bug#36146: " Oleg Pykhalov

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=8d96ed21-28f6-4768-8d07-803a5d38b62a@www.fastmail.com \
    --to=a@ajgrf.com \
    --cc=36146@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 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).