[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#51714: [PATCH v2] gnu: Add emacs-org-vcard
From: |
Nicolas Goaziou |
Subject: |
bug#51714: [PATCH v2] gnu: Add emacs-org-vcard |
Date: |
Mon, 15 Nov 2021 11:33:07 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
pinoaffe <pinoaffe@gmail.com> writes:
> * gnu/packages/emacs-xyz.scm (emacs-org-vcard): New variable.
Thank you. Applied, with the modifications below:
> + (version "0.2.0")
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/flexibeast/org-vcard")
> + (commit "v0.2.0")))
-> (commit (string-append "v" version))
> + (description
> + "Export and import vCard files from within GNU Emacs' Org
> mode.")
This package exports…
Regards,
--
Nicolas Goaziou