Commit Graph

9 Commits

Author SHA1 Message Date
Rüdiger Sonderfeld
131f0e3ca4 Added website/description to several recipes. 2011-06-24 17:58:43 +02:00
Rüdiger Sonderfeld
65b510c5a7 recipes: org-mode should add "." to load-path or some autoloads in org-install fail. 2011-06-14 12:14:05 +02:00
Julien Danjou
fde59b84e9 org-mode does not need autoloads
Signed-off-by: Julien Danjou <julien@danjou.info>
2011-02-23 19:23:15 +01:00
Toon Claes
41962b0678 do not build doc, because tex is required 2011-02-18 04:44:01 +08:00
Nikolai Prokoschenko
1904bb3cec git:// to http:// migration for GitHub and repo.or.cz 2011-02-18 04:40:34 +08:00
Alex Ott
928196c5b4 remove wrong parenthese 2010-12-16 04:46:08 +08:00
Dimitri Fontaine
6524c9b17b Add a defvar `el-get-emacs' to help authoring build commands in recipes. 2010-11-29 18:14:09 +01:00
Dimitri Fontaine
5398677174 New recipes for wanderlust and related libs, and some build commands portability fixes. 2010-11-29 11:37:36 +01:00
Jeff Kowalczyk
be471b99b7 recipes/org-mode.el: new recipe Org Mode git version.
Note: this recipe currently errors out with:

    Package org-mode failed to install, remove it first.

Not sure of the reason that happens (this error message appears at two locations
in el-get.el). One possible explanation could be that org-mode is already
provided by recent versions of Emacs, specifically version 7.01 in Emacs 23+ and
Emacs bzr trunk.

To resolve this, el-get might need a :force keyword for recipes, to force
override of a provided package.

The Emacs 24 version returns: M-x org-version 7.01. The git development version
should return M-x org-version 7.01trans (HEAD...).

Typical init.el code replaced by this recipe is:

;; org-mode development version configuration
(add-to-list 'load-path "~/.emacs.d/vendor/org-mode/lisp")
(add-to-list 'load-path "~/.emacs.d/vendor/org-mode/contrib/lisp")
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
(require 'org-install)

The org-mode make process takes a long time to run, making the choice of (el-get
'sync) significant if the user wants to get into Emacs quickly.
2010-11-08 20:21:08 +08:00