GNU bug report logs -
#57209
Update emacs-citar, add emacs-citar-org-roam.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57209 in the body.
You can then email your comments to 57209 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#57209
; Package
guix-patches
.
(Sun, 14 Aug 2022 16:04:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 14 Aug 2022 16:04:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Small series of patches to update emacs-citar and add
emacs-citar-org-roam (which needs the update).
--
Best regards,
Nicolas Graves
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57209
; Package
guix-patches
.
(Sun, 14 Aug 2022 16:08:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 57209 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.0.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3c1d322db3..d80c8116b7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18942,7 +18942,7 @@ (define-public emacs-biblio
(define-public emacs-citar
(package
(name "emacs-citar")
- (version "0.9.7")
+ (version "1.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -18951,7 +18951,7 @@ (define-public emacs-citar
(file-name (git-file-name name version))
(sha256
(base32
- "1f49l1zmy4fnz75b0m2rav5jm8yp6hry44bv9xasiszyy3bn0hv8"))))
+ "1n69lkp7298gasm9hlbx9nhgp9ggh8w8ffyvi1rmbj96lcnpsyi9"))))
(build-system emacs-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
--
2.37.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57209
; Package
guix-patches
.
(Sun, 14 Aug 2022 16:08:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 57209 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): New variable.
---
gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d80c8116b7..4fad5b1270 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18980,6 +18980,36 @@ (define-public emacs-citar
citations.")
(license license:gpl3+)))
+(define-public emacs-citar-org-roam
+ (package
+ (name "emacs-citar-org-roam")
+ (version "0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacs-citar/citar-org-roam")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1ldfs7g7ixnrwj23draiph4vy6xq7qgw18vhi7vbw6wvkh9fcv9r"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-org-roam emacs-citar))
+ (home-page "https://github.com/emacs-citar/citar-org-roam")
+ (synopsis "An Emacs pacakge to provide tighter Citar and Org-Roam integration")
+ (description "\
+Out-of-box, Citar provides default support for file-per-note bibliographic
+notes that are compatible with Org-Roam v2. This package integrates directly
+with the Org-Roam database, and provides the following additional features to
+Citar note support:
+@itemize
+@item multiple references per note
+@item multiple reference notes per file
+@item ability to query note citations by reference
+@item “live” updating of Citar UI for presence of notes
+@end itemize")
+ (license license:gpl3)))
+
(define-public emacs-helm-bibtex
(let ((commit "aa775340ba691d2322948bfdc6a88158568a1399")
(revision "3"))
--
2.37.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57209
; Package
guix-patches
.
(Mon, 15 Aug 2022 08:28:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 57209 <at> debbugs.gnu.org (full text, mbox):
Only the second patch is useful now that Nicolas Goaziou has updated
emacs-citar.
--
Best regards,
Nicolas Graves
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57209
; Package
guix-patches
.
(Mon, 22 Aug 2022 07:44:01 GMT)
Full text and
rfc822 format available.
Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2022-08-14 18:07, Nicolas Graves via Guix-patches via wrote:
> * gnu/packages/emacs-xyz.scm (emacs-citar-org-roam): New variable.
> ---
> gnu/packages/emacs-xyz.scm | 30 ++++++++++++++++++++++++++++++
> 1 file changed, 30 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index d80c8116b7..4fad5b1270 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -18980,6 +18980,36 @@ (define-public emacs-citar
> citations.")
> (license license:gpl3+)))
>
> +(define-public emacs-citar-org-roam
> + (package
> + (name "emacs-citar-org-roam")
> + (version "0.3")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/emacs-citar/citar-org-roam")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "1ldfs7g7ixnrwj23draiph4vy6xq7qgw18vhi7vbw6wvkh9fcv9r"))))
> + (build-system emacs-build-system)
> + (propagated-inputs (list emacs-org-roam emacs-citar))
> + (home-page "https://github.com/emacs-citar/citar-org-roam")
> + (synopsis "An Emacs pacakge to provide tighter Citar and Org-Roam integration")
> + (description "\
> +Out-of-box, Citar provides default support for file-per-note bibliographic
> +notes that are compatible with Org-Roam v2. This package integrates directly
> +with the Org-Roam database, and provides the following additional features to
> +Citar note support:
> +@itemize
> +@item multiple references per note
> +@item multiple reference notes per file
> +@item ability to query note citations by reference
> +@item “live” updating of Citar UI for presence of notes
> +@end itemize")
> + (license license:gpl3)))
> +
> (define-public emacs-helm-bibtex
> (let ((commit "aa775340ba691d2322948bfdc6a88158568a1399")
> (revision "3"))
Removed article in synopsis and added doublespaces between sentences,
changed quotes to latex quotes in description, pushed as
114c9ea22fb3f8de466cebdfda133db735d4481e, thank you!
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#57209
; Package
guix-patches
.
(Mon, 22 Aug 2022 07:44:02 GMT)
Full text and
rfc822 format available.
bug closed, send any further explanations to
57209 <at> debbugs.gnu.org and Nicolas Graves <ngraves <at> ngraves.fr>
Request was from
Andrew Tropin <andrew <at> trop.in>
to
control <at> debbugs.gnu.org
.
(Mon, 22 Aug 2022 07:46:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 19 Sep 2022 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 275 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.