Correcting up cut/paste mistakes made in manual conflict resolution.
This commit is contained in:
parent
64a5c0e379
commit
5d49db67ab
|
@ -307,10 +307,9 @@ of the following form. (language body header-arguments-alist)"
|
|||
(goto-char (match-end 0)))))
|
||||
|
||||
(defun org-babel-parse-src-block-match ()
|
||||
(defun org-babel-parse-inline-src-block-match ()
|
||||
(let* ((lang (org-babel-clean-text-properties (match-string 1)))
|
||||
(lang-headers (intern (concat "org-babel-default-header-args:" lang))))
|
||||
(list (org-babel-clean-text-properties (match-string 1))
|
||||
(list lang
|
||||
(org-babel-strip-protective-comas (org-babel-clean-text-properties (match-string 4)))
|
||||
(org-babel-merge-params
|
||||
org-babel-default-header-args
|
||||
|
|
Loading…
Reference in New Issue