[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31617: [PATCH] gnu: Add emacs-org-caldav.
From: |
Ludovic Courtès |
Subject: |
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+)))