* babel/ob-exp.el (org-babel-function-def-export-keyword): Fix docstring. Parenthesis at the beginning of a docstring line should be escaped. --- lisp/babel/ob-exp.el | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/lisp/babel/ob-exp.el b/lisp/babel/ob-exp.el index 59ad4af..420f223 100644 --- a/lisp/babel/ob-exp.el +++ b/lisp/babel/ob-exp.el @@ -54,13 +54,12 @@ line. A source block is considered to be a source block function if the source name is present and is followed by a parenthesized argument list. The parentheses may be empty or contain whitespace. An example is the following which generates n random -(uniform) numbers. +\(uniform) numbers. #+source: rand(n) #+begin_src R runif(n) -#+end_src -") +#+end_src") (defvar org-babel-function-def-export-indent 4 "When exporting a source block function, the block contents -- 1.7.1 _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode