From 6c6c85d93eaac14a4874a72d5777989246a098b3 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Mon, 15 Jul 2013 19:57:47 +0100 Subject: [PATCH] Add org recipe Closes #880 --- recipes/org | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 recipes/org diff --git a/recipes/org b/recipes/org new file mode 100644 index 00000000..69b31a02 --- /dev/null +++ b/recipes/org @@ -0,0 +1,4 @@ +(org + :fetcher git + :url "git://orgmode.org/org-mode.git" + :files ("lisp/*.el" "doc/dir" "doc/*.texi"))