|
@@ -41,9 +41,6 @@
|
|
"#+TITLE: default empty header\n"
|
|
"#+TITLE: default empty header\n"
|
|
"Default header inserted during export of org blocks.")
|
|
"Default header inserted during export of org blocks.")
|
|
|
|
|
|
-(defun org-babel-expand-body:org (body params)
|
|
|
|
- "Expand BODY according to PARAMS, return the expanded body." body)
|
|
|
|
-
|
|
|
|
(defun org-babel-execute:org (body params)
|
|
(defun org-babel-execute:org (body params)
|
|
"Execute a block of Org code with.
|
|
"Execute a block of Org code with.
|
|
This function is called by `org-babel-execute-src-block'."
|
|
This function is called by `org-babel-execute-src-block'."
|