aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org/ob-css.el
diff options
context:
space:
mode:
authorCarsten Dominik2010-11-11 22:10:19 -0600
committerCarsten Dominik2010-11-11 22:10:19 -0600
commitafe98dfa700de5cf0493e8bf95b7d894e2734e47 (patch)
tree92a812b353bb09c1286e8a44fb552de9f1af3384 /lisp/org/ob-css.el
parentdf26e1f58a7e484b7ed500ea48d0e1c49345ffbf (diff)
downloademacs-afe98dfa700de5cf0493e8bf95b7d894e2734e47.tar.gz
emacs-afe98dfa700de5cf0493e8bf95b7d894e2734e47.zip
Install org-mode version 7.3
Diffstat (limited to 'lisp/org/ob-css.el')
-rw-r--r--lisp/org/ob-css.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/org/ob-css.el b/lisp/org/ob-css.el
index 0a279b24573..d93f28dcebc 100644
--- a/lisp/org/ob-css.el
+++ b/lisp/org/ob-css.el
@@ -5,7 +5,7 @@
5;; Author: Eric Schulte 5;; Author: Eric Schulte
6;; Keywords: literate programming, reproducible research 6;; Keywords: literate programming, reproducible research
7;; Homepage: http://orgmode.org 7;; Homepage: http://orgmode.org
8;; Version: 7.01 8;; Version: 7.3
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
@@ -32,9 +32,6 @@
32 32
33(defvar org-babel-default-header-args:css '()) 33(defvar org-babel-default-header-args:css '())
34 34
35(defun org-babel-expand-body:css (body params &optional processed-params)
36 "Expand BODY according to PARAMS, return the expanded body." body)
37
38(defun org-babel-execute:css (body params) 35(defun org-babel-execute:css (body params)
39 "Execute a block of CSS code. 36 "Execute a block of CSS code.
40This function is called by `org-babel-execute-src-block'." 37This function is called by `org-babel-execute-src-block'."