all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: 57209@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#57209] [PATCH 2/2] gnu: Add emacs-citar-org-roam.
Date: Mon, 22 Aug 2022 10:43:19 +0300	[thread overview]
Message-ID: <87pmgsenag.fsf@trop.in> (raw)
In-Reply-To: <20220814160702.20435-2-ngraves@ngraves.fr>

[-- Attachment #1: Type: text/plain, Size: 2206 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      parent reply	other threads:[~2022-08-22  7:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-14 16:03 [bug#57209] Update emacs-citar, add emacs-citar-org-roam Nicolas Graves via Guix-patches via
2022-08-14 16:07 ` [bug#57209] [PATCH 1/2] gnu: emacs-citar: Update to 1.0 Nicolas Graves via Guix-patches via
2022-08-14 16:07   ` [bug#57209] [PATCH 2/2] gnu: Add emacs-citar-org-roam Nicolas Graves via Guix-patches via
2022-08-15  8:27     ` Nicolas Graves via Guix-patches via
2022-08-22  7:43     ` Andrew Tropin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmgsenag.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=57209@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.