14 lines
493 B
EmacsLisp
14 lines
493 B
EmacsLisp
(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:
|