Browse Source

org-babel-exp: simplification of org-babel-lob-mode

Eric Schulte 15 years ago
parent
commit
1771e61cfc
1 changed files with 1 additions and 2 deletions
  1. 1 2
      contrib/babel/lisp/org-babel-lob.el

+ 1 - 2
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)