(define-public emacs-ox-context (let ((commit "ad1d8ce95acc86c0e50525e01ef7ae5bd85a0321") (revision "0")) (package (name "emacs-ox-context") (version (git-version "0" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/Jason-S-Ross/ox-context") (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 "0pyqgqarwn2q2mb1nz8p9sn8w46m8brks73nld9rkwz5pl5yrimc")))) (build-system emacs-build-system) (propagated-inputs (list emacs-auctex)) (home-page "https://github.com/ofosos/ox-context") (synopsis "Export org mode projects to ConTeXt") (description "@code{ox-context} allows exporting from Org to ConTeXt-compatible TeX.") (license license:gpl3+))))