emacs/org/elpa/helm-org-20231022.620/helm-org-pkg.el

14 lines
493 B
EmacsLisp
Raw Normal View History

2024-03-20 13:57:39 +00:00
(define-package "helm-org" "20231022.620" "Helm for org headlines and keywords completion"
'((helm "3.3")
(emacs "24.4"))
:commit "c80e53315ce6b096e2d0e630702df924bf00bf6a" :authors
'(("Thierry Volpiatto" . "thierry.volpiatto@gmail.com"))
:maintainers
'(("Thierry Volpiatto" . "thierry.volpiatto@gmail.com"))
:maintainer
'("Thierry Volpiatto" . "thierry.volpiatto@gmail.com")
:url "https://github.com/emacs-helm/helm-org")
;; Local Variables:
;; no-byte-compile: t
;; End: