guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: emacs-org-tree-slide: Update to 2.8.18-0.d6529bc.


From: guix-commits
Subject: 07/07: gnu: emacs-org-tree-slide: Update to 2.8.18-0.d6529bc.
Date: Sat, 19 Nov 2022 04:30:45 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 7502af793172714b2b322c21ba2379c698108ef2
Author: Sergiu Ivanov <sivanov@colimite.fr>
AuthorDate: Sat Nov 19 00:46:04 2022 +0100

    gnu: emacs-org-tree-slide: Update to 2.8.18-0.d6529bc.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-tree-slide): Update to
    2.8.18-0.d6529bc.
    [synopsis]: Use proper capitalization.
    [description]: Use proper capitalization.  Remove parts referring to the
    documentation of the package.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8e11c579cb..5c1138e954 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18646,11 +18646,11 @@ from @code{groovy-mode} for editing Jenkins 
declarative pipeline files.")
       (license license:gpl3+))))
 
 (define-public emacs-org-tree-slide
-  (let ((commit "036a36eec1cf712d3db155572aed325daa372eb5")
-        (revision "2"))
+  (let ((commit "d6529bc2df727d09014e0e56abf4f15a8e8fc20f")
+        (revision "0"))
     (package
       (name "emacs-org-tree-slide")
-      (version (git-version "2.8.4" revision commit))
+      (version (git-version "2.8.18" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -18658,15 +18658,15 @@ from @code{groovy-mode} for editing Jenkins 
declarative pipeline files.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "1r8ncx25xmxicgciyv5przp68y8qgy40fm10ba55awvql4xcm0yk"))
+                  "1br32mpwarmrn158y2pkkmfl2ssv8q8spzknkg2avr16fil0j1pz"))
                 (file-name (git-file-name name version))))
       (build-system emacs-build-system)
       (home-page "https://github.com/takaxp/org-tree-slide";)
-      (synopsis "Presentation tool for org-mode")
+      (synopsis "Presentation tool for Org mode")
       (description
-       "Org-tree-slide provides a slideshow mode to view org-mode files.  Use
-@code{org-tree-slide-mode} to enter the slideshow mode, and then @kbd{C->} and
-@kbd{C-<} to jump to the next and previous slide.")
+       "Org Tree Slide is a minor mode for using an Org document in
+presentations by progressively revealing individual subtrees of the
+document.")
       (license license:gpl3+))))
 
 (define-public emacs-scratch-el



reply via email to

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