mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-pandoc-import: Update to 1.0-0.db308f1.
* gnu/packages/emacs-xyz.scm (emacs-org-pandoc-import): Update to 1.0-0.db308f1. Last stable 1.0 version dates back from 3 years ago. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: Ic0da2b7956695f75274aab14a13dbfca919a4999
This commit is contained in:
parent
f0d5d50c2c
commit
8bd8484e6d
1 changed files with 33 additions and 30 deletions
|
@ -11287,41 +11287,44 @@ Features degrade gracefully when viewed from terminal.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-org-pandoc-import
|
(define-public emacs-org-pandoc-import
|
||||||
(package
|
(let ((commit "db308f1a05be26ce5b287633637ce554599b1377")
|
||||||
(name "emacs-org-pandoc-import")
|
(revision "0"))
|
||||||
(version "1.0")
|
(package
|
||||||
(source
|
(name "emacs-org-pandoc-import")
|
||||||
(origin
|
(version (git-version "1.0" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/tecosaur/org-pandoc-import/")
|
(method git-fetch)
|
||||||
(commit (string-append "v" version))))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/tecosaur/org-pandoc-import/")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32 "00z9bpm975mlyqlxbyib3j547br6kvcam04b70qkmq22vh8yf341"))))
|
(file-name (git-file-name name version))
|
||||||
(build-system emacs-build-system)
|
(sha256
|
||||||
(arguments
|
(base32 "19z1qaairhpj8kyyqwx8yf53j3f03a9a1z1jfa348qmncnra5jmh"))))
|
||||||
`(#:include
|
(build-system emacs-build-system)
|
||||||
(cons* "^filters\\/" "^preprocessors" %default-include)
|
(arguments
|
||||||
#:phases
|
`(#:include
|
||||||
(modify-phases %standard-phases
|
(cons* "^filters\\/" "^preprocessors" %default-include)
|
||||||
(add-after 'unpack 'patch-exec-paths
|
#:phases
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(modify-phases %standard-phases
|
||||||
(let ((pandoc (assoc-ref inputs "pandoc")))
|
(add-after 'unpack 'patch-exec-paths
|
||||||
(substitute* "org-pandoc-import.el"
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(("\"pandoc\"") (string-append "\"" pandoc "/bin/pandoc\"")))))))))
|
(let ((pandoc (assoc-ref inputs "pandoc")))
|
||||||
(inputs
|
(substitute* "org-pandoc-import.el"
|
||||||
(list pandoc))
|
(("\"pandoc\"")
|
||||||
(home-page "https://github.com/tecosaur/org-pandoc-import/")
|
(string-append "\"" pandoc "/bin/pandoc\"")))))))))
|
||||||
(synopsis "Read and edit non-Org file types in Org")
|
(inputs
|
||||||
(description
|
(list pandoc))
|
||||||
"This package uses Pandoc to convert selected file types to Org. It can
|
(home-page "https://github.com/tecosaur/org-pandoc-import/")
|
||||||
|
(synopsis "Read and edit non-Org file types in Org")
|
||||||
|
(description
|
||||||
|
"This package uses Pandoc to convert selected file types to Org. It can
|
||||||
convert supported non-Org files to an Org file with Pandoc.
|
convert supported non-Org files to an Org file with Pandoc.
|
||||||
|
|
||||||
It can also intercept requests for non-Org files it knows it can convert,
|
It can also intercept requests for non-Org files it knows it can convert,
|
||||||
convert the file to a temporary Org file, and open this file instead. On
|
convert the file to a temporary Org file, and open this file instead. On
|
||||||
save, it exports back to the original non-Org file.")
|
save, it exports back to the original non-Org file.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-org-pomodoro
|
(define-public emacs-org-pomodoro
|
||||||
;; Last release version was from 2016.
|
;; Last release version was from 2016.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue