unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#49666] [PATCH] gnu: Add emacs-org-cv.
@ 2021-07-20 17:36 Vinicius Monego
  2021-07-27 17:11 ` bug#49666: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-07-20 17:36 UTC (permalink / raw)
  To: 49666; +Cc: Vinicius Monego

* gnu/packages/emacs-xyz.scm (emacs-org-cv): New variable.
---
 gnu/packages/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9f9f9909b3..41608d71e0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7813,6 +7813,33 @@ Sublime Text.  It features a dark blue/gray background and soft blue, green,
 orange and red as accent colors.")
       (license license:expat)))) ; MIT license
 
+(define-public emacs-org-cv
+  ;; There are no tagged releases.
+  (let ((commit "24bcd82348d441d95c2c80fb8ef8b5d6d4b80d95")
+        (revision "0"))
+    (package
+      (name "emacs-org-cv")
+      (version (git-version "0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://gitlab.com/Titan-C/org-cv")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0zcnbxvlwi4d6vzsm3ag7z74qphdigmx303gppb9d614jnsfsdg2"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-ox-hugo" ,emacs-ox-hugo)))
+      (home-page "https://titan-c.gitlab.io/org-cv/")
+      (synopsis "Collection of export backends for Org to generate a CV")
+      (description "This project exports an org-mode file with reasonably
+structured items into a LaTeX file, which compiles into a nice CV.  In the
+same spirit, the org-mode file may export to markdown so that it can be
+used for a web based CV.")
+      (license license:gpl3+))))
+
 (define-public emacs-2048-game
   (package
     (name "emacs-2048-game")
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49666: [PATCH] gnu: Add emacs-org-cv.
  2021-07-20 17:36 [bug#49666] [PATCH] gnu: Add emacs-org-cv Vinicius Monego
@ 2021-07-27 17:11 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-07-27 17:11 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 49666-done

Hello,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-cv): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-27 17:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20 17:36 [bug#49666] [PATCH] gnu: Add emacs-org-cv Vinicius Monego
2021-07-27 17:11 ` bug#49666: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).