summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2009-10-25 12:52:17 -0600
committerEric Schulte <schulte.eric@gmail.com>2009-10-25 12:52:17 -0600
commit1771e61cfc13f06aa5be6ef92461d392f46e279d (patch)
tree2d57dea69bc0b41bda39f592b10250b9a9bb0672
parent6851f07f92f75387e06024360e2d2c9b8a80c783 (diff)
downloadorg-mode-1771e61cfc13f06aa5be6ef92461d392f46e279d.tar.gz
org-babel-exp: simplification of org-babel-lob-mode
-rw-r--r--contrib/babel/lisp/org-babel-lob.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/babel/lisp/org-babel-lob.el b/contrib/babel/lisp/org-babel-lob.el
index 369b27d..459621f 100644
--- a/contrib/babel/lisp/org-babel-lob.el
+++ b/contrib/babel/lisp/org-babel-lob.el
@@ -94,8 +94,7 @@ the word 'call'."
(org-babel-execute-src-block nil (list "emacs-lisp" "results" params))))
(define-generic-mode org-babel-lob-mode
- '("#") '("exports" "results" "tangle" "cmdline" "file" "session")
- nil nil nil
+ '("#") nil nil nil nil
"Major mode for fontification of library of babel lines on export")
(provide 'org-babel-lob)