mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-transclusion: Update to 1.3.1.
* gnu/packages/emacs-xyz.scm (emacs-org-transclusion): Update to 1.3.1.
This commit is contained in:
parent
227e35f587
commit
608694f918
1 changed files with 27 additions and 26 deletions
|
@ -17193,37 +17193,38 @@ running tests easier.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-org-transclusion
|
(define-public emacs-org-transclusion
|
||||||
(package
|
(let ((commit "cf51df7b87e0d32ba13ac5380557e81d9845d81b")) ;version bump
|
||||||
(name "emacs-org-transclusion")
|
(package
|
||||||
(version "1.3.0")
|
(name "emacs-org-transclusion")
|
||||||
(source
|
(version "1.3.1")
|
||||||
(origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/nobiot/org-transclusion")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://github.com/nobiot/org-transclusion")
|
||||||
(file-name (git-file-name name version))
|
(commit commit)))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32 "0pjk6686ss50s9ws014if9mnixsf9m53z1d7bvkbx09lq3jqa7ry"))))
|
(sha256
|
||||||
(build-system emacs-build-system)
|
(base32 "0ix5l8cjcafw8lqhkmwa3cpdw6cbpx65k0iww426nxya849y61yx"))))
|
||||||
(arguments
|
(build-system emacs-build-system)
|
||||||
(list
|
(arguments
|
||||||
#:tests? #true
|
(list
|
||||||
#:test-command #~(list "emacs" "--batch"
|
#:tests? #true
|
||||||
"-l" "org-transclusion.el"
|
#:test-command #~(list "emacs" "--batch"
|
||||||
"-l" "test/unit-tests.el"
|
"-l" "org-transclusion.el"
|
||||||
"-f" "ert-run-tests-batch-and-exit")))
|
"-l" "test/unit-tests.el"
|
||||||
(native-inputs
|
"-f" "ert-run-tests-batch-and-exit")))
|
||||||
(list emacs-ert-runner))
|
(native-inputs
|
||||||
(home-page "https://nobiot.github.io/org-transclusion/")
|
(list emacs-ert-runner))
|
||||||
(synopsis "Enable transclusion with Org Mode")
|
(home-page "https://nobiot.github.io/org-transclusion/")
|
||||||
(description "Org-transclusion lets you insert a copy of text content via
|
(synopsis "Enable transclusion with Org Mode")
|
||||||
|
(description "Org-transclusion lets you insert a copy of text content via
|
||||||
a file link or ID link within an Org file. It lets you have the same content
|
a file link or ID link within an Org file. It lets you have the same content
|
||||||
present in different buffers at the same time without copy-and-pasting it.
|
present in different buffers at the same time without copy-and-pasting it.
|
||||||
Edit the source of the content, and you can refresh the transcluded copies to
|
Edit the source of the content, and you can refresh the transcluded copies to
|
||||||
the up-to-date state. Org-transclusion keeps your files clear of the
|
the up-to-date state. Org-transclusion keeps your files clear of the
|
||||||
transcluded copies, leaving only the links to the original content.")
|
transcluded copies, leaving only the links to the original content.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-disable-mouse
|
(define-public emacs-disable-mouse
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue