el-get/recipes/org-mode.rcp
2022-02-11 17:07:41 -08:00

18 lines
833 B
Plaintext

(:name org-mode
:website "http://orgmode.org/"
:description "Org-mode is for keeping notes, maintaining ToDo lists, doing project planning, and authoring with a fast and effective plain-text system."
:type git
:url "https://git.savannah.gnu.org/git/emacs/org-mode.git"
:info "doc"
:checkout "main"
:build/berkeley-unix `,(mapcar
(lambda (target)
(list "gmake" target (concat "EMACS=" (shell-quote-argument el-get-emacs))))
'("oldorg"))
:build `,(mapcar
(lambda (target)
(list "make" target (concat "EMACS=" (shell-quote-argument el-get-emacs))))
'("oldorg"))
:load-path ("." "lisp")
:load ("lisp/org-loaddefs.el"))