emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31617: closed ([PATCH] gnu: Add emacs-org-caldav.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31617: closed ([PATCH] gnu: Add emacs-org-caldav.)
Date: Thu, 31 May 2018 16:04:01 +0000

Your message dated Thu, 31 May 2018 18:03:12 +0200
with message-id <address@hidden>
and subject line Re: [bug#31617] [PATCH] gnu: Add emacs-org-caldav.
has caused the debbugs.gnu.org bug report #31617,
regarding [PATCH] gnu: Add emacs-org-caldav.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31617: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31617
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-org-caldav. Date: Mon, 28 May 2018 10:42:37 +0200
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31617] [PATCH] gnu: Add emacs-org-caldav. Date: Thu, 31 May 2018 18:03:12 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Konrad Hinsen <address@hidden> skribis:

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

Applied with the changes below, thanks!

Ludo’.

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

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]