Archived
1
0
Fork 0

gnu: emacs-org-reveal: Fix syntax error in description.

* gnu/packages/emacs-xyz.scm (emacs-org-reveal)[description]: Fix Texinfo
syntax error.
This commit is contained in:
Ricardo Wurmus 2020-04-26 21:00:24 +02:00
parent 320dd1195e
commit c170a15996
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14314,7 +14314,7 @@ notes.")
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/yjwen/org-reveal") (home-page "https://github.com/yjwen/org-reveal")
(synopsis "Org and Reveal.js powered HTML presentation tool") (synopsis "Org and Reveal.js powered HTML presentation tool")
(description "Org-Reveal is a command@{org-mode} extension that allows (description "Org-Reveal is a @command{org-mode} extension that allows
to create beautiful presentations (slides) with 3D effects from simple but to create beautiful presentations (slides) with 3D effects from simple but
powerful Org contents.") powerful Org contents.")
(license license:gpl3+)))) (license license:gpl3+))))