unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31617] [PATCH] gnu: Add emacs-org-caldav.
@ 2018-05-28  8:42 Konrad Hinsen
  2018-05-31 16:03 ` bug#31617: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2018-05-28  8:42 UTC (permalink / raw)
  To: 31617

* gnu/packages/emacs.scm (emacs-org-caldav): New variable.
---
 gnu/packages/emacs.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index fc7f52a32..fc490653f 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10548,3 +10548,28 @@ well as take screenshots and lock your screen.  The package depends on the
 availability of shell commands to do the hard work for us.  These commands can
 be changed by customizing the appropriate variables.")
     (license license:gpl3+)))
+
+(define-public emacs-org-caldav
+  (package
+    (name "emacs-org-caldav")
+    (version "20180403")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/dengste/org-caldav/raw/"
+             "8d3492c27a09f437d2d94f2736c56d7652e87aa0"
+             "/org-caldav.el"))
+       (sha256
+        (base32
+         "1fh4gh68ddj0is99z2ccyh97v6psnyda61n2dsadzqhcxn51amlc"))))
+    (build-system emacs-build-system)
+    (propagated-inputs `(("emacs-org" ,emacs-org)))
+    (home-page "https://github.com/dengste/org-caldav")
+    (synopsis
+     "Sync org files with external calendar via the CalDAV protocol")
+    (description
+     "Synchronization between events in org-mode files and a CalDAV
+calendar.  This code is still alpha.  Be prepared.  Have backups.  Take
+care.")
+    (license license:gpl3+)))
-- 
2.17.0

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

* bug#31617: [PATCH] gnu: Add emacs-org-caldav.
  2018-05-28  8:42 [bug#31617] [PATCH] gnu: Add emacs-org-caldav Konrad Hinsen
@ 2018-05-31 16:03 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-05-31 16:03 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 31617-done

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

Konrad Hinsen <konrad.hinsen@fastmail.net> skribis:

> * gnu/packages/emacs.scm (emacs-org-caldav): New variable.

Applied with the changes below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 804 bytes --]

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 91808cae9..d2fa5eb22 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10570,9 +10570,8 @@ be changed by customizing the appropriate variables.")
     (propagated-inputs `(("emacs-org" ,emacs-org)))
     (home-page "https://github.com/dengste/org-caldav")
     (synopsis
-     "Sync org files with external calendar via the CalDAV protocol")
+     "Sync Org files with external calendars via the CalDAV protocol")
     (description
-     "Synchronization between events in org-mode files and a CalDAV
-calendar.  This code is still alpha.  Be prepared.  Have backups.  Take
-care.")
+     "Synchronize between events in Org-mode files and a CalDAV calendar.
+This code is still alpha.")
     (license license:gpl3+)))

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

end of thread, other threads:[~2018-05-31 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-28  8:42 [bug#31617] [PATCH] gnu: Add emacs-org-caldav Konrad Hinsen
2018-05-31 16:03 ` bug#31617: " Ludovic Courtès

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).