]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-css.el
Update docs for `customize-mode'
[gnu-emacs] / lisp / org / ob-css.el
index 48ea9e3f93774e4df879154aa4edfc7d657a29c8..7f3d81ab3a0a8efc40f818825a180a4e7c493b10 100644 (file)
@@ -1,11 +1,10 @@
 ;;; ob-css.el --- org-babel functions for css evaluation
 
-;; Copyright (C) 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
 ;; Author: Eric Schulte
 ;; Keywords: literate programming, reproducible research
 ;; Homepage: http://orgmode.org
-;; Version: 7.4
 
 ;; This file is part of GNU Emacs.
 
@@ -35,7 +34,7 @@
 (defun org-babel-execute:css (body params)
   "Execute a block of CSS code.
 This function is called by `org-babel-execute-src-block'."
- body)
 body)
 
 (defun org-babel-prep-session:css (session params)
   "Return an error if the :session header argument is set.
@@ -44,6 +43,6 @@ CSS does not support sessions."
 
 (provide 'ob-css)
 
-;; arch-tag: f4447e8c-50ab-41f9-b322-b7b9574d9fbe
+
 
 ;;; ob-css.el ends here