mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-23 07:18:53 +00:00
ob: ob-demarcate updated to reflect the new info list contents
* lisp/ob.el (org-babel-demarcate-block): updated to reflect the new info list contents
This commit is contained in:
parent
6fa1ae974a
commit
91f8cfaebb
@ -1185,7 +1185,7 @@ region is not active then the point is demarcated."
|
||||
(save-excursion
|
||||
(goto-char place)
|
||||
(let ((lang (nth 0 info))
|
||||
(indent (make-string (nth 6 info) ? )))
|
||||
(indent (make-string (nth 5 info) ? )))
|
||||
(when (string-match "^[[:space:]]*$"
|
||||
(buffer-substring (point-at-bol)
|
||||
(point-at-eol)))
|
||||
|
Loading…
Reference in New Issue
Block a user