mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-pdftools: Update to 1.0-0.5613b7a.
* gnu/packages/emacs-xyz.scm (emacs-org-pdftools): Update to 1.0-0.5613b7a. Change-Id: I837336de1cdb6e11900f96786ca83d9052ee7a9d Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
d473abf0b4
commit
521d08c6b9
1 changed files with 18 additions and 19 deletions
|
@ -6616,37 +6616,36 @@ restore the saved place.")
|
||||||
|
|
||||||
(define-public emacs-org-pdftools
|
(define-public emacs-org-pdftools
|
||||||
(let ((revision "0")
|
(let ((revision "0")
|
||||||
(commit "4e420233a153a9c4ab3d1a7e1d7d3211c836f0ac"))
|
(commit "5613b7ae561e0af199f25aacc0a9c34c16638408"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-pdftools")
|
(name "emacs-org-pdftools")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version (git-version "1.1" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/fuxialexander/org-pdftools.git")
|
(url "https://github.com/fuxialexander/org-pdftools/")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n8apjqlm7rs66l635szvsvc4qn8m147g07rgkd30a4v4m24mj8x"))))
|
"0p86943abk55bc2402w5lb7115l3b61wv0w07m84wxi4hbfqk8k6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases
|
(list #:tests? #f ; there are no tests
|
||||||
|
#:phases
|
||||||
#~(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'setenv
|
(add-after 'unpack 'setenv
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "org-pdftools.el"
|
(substitute* "org-pdftools.el"
|
||||||
;; Fix a small typo.
|
;; Fix a small typo.
|
||||||
(("let [(]pdf-isearch-narrow-to-page t[)]")
|
(("let [(]pdf-isearch-narrow-to-page t[)]")
|
||||||
"let ((pdf-isearch-narrow-to-page t))"))
|
"let ((pdf-isearch-narrow-to-page t))"))
|
||||||
(setenv "HOME" "/tmp"))))))
|
(setenv "HOME" "/tmp"))))))
|
||||||
(propagated-inputs (list emacs-org-noter emacs-pdf-tools))
|
(propagated-inputs (list emacs-org-noter emacs-pdf-tools))
|
||||||
;(native-inputs (list emacs-log4e emacs-with-simulated-input))
|
(synopsis "Support for links to documents in pdfview mode")
|
||||||
(synopsis "Org mode PDF tools (for doc-view, nov.el and pdf-tools)")
|
(description "This package adds support for org links from pdftools buffers
|
||||||
(description "This package provides org-mode PDF tools (for builtin
|
with more precise location control.")
|
||||||
doc-view and for pdf-view), for example to be able to store links to a page
|
(home-page "https://github.com/fuxialexander/org-pdftools/")
|
||||||
in a PDF into an org file.")
|
|
||||||
(home-page "https://github.com/fuxialexander/org-pdftools")
|
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-sage-shell-mode
|
(define-public emacs-sage-shell-mode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue