|
@@ -93,5 +93,10 @@ the word 'call'."
|
|
(concat ":var results=" (mapconcat #'identity info " ")))))))
|
|
(concat ":var results=" (mapconcat #'identity info " ")))))))
|
|
(org-babel-execute-src-block nil (list "emacs-lisp" "results" params))))
|
|
(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
|
|
|
|
+ "Major mode for fontification of library of babel lines on export")
|
|
|
|
+
|
|
(provide 'org-babel-lob)
|
|
(provide 'org-babel-lob)
|
|
;;; org-babel-lob.el ends here
|
|
;;; org-babel-lob.el ends here
|