0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-05 21:42:54 +00:00

Merge branch 'master' of orgmode.org:org-mode

This commit is contained in:
Bastien Guerry 2013-02-22 14:38:42 +01:00
commit 7faea08c7a

View file

@ -1945,7 +1945,6 @@ Assume point is at the beginning of the latex environment."
(org-element-paragraph-parser limit affiliated)
(let* ((code-end (progn (forward-line) (point)))
(begin (car affiliated))
(post-affiliated (point))
(value (buffer-substring-no-properties code-begin code-end))
(end (progn (skip-chars-forward " \r\t\n" limit)
(skip-chars-backward " \t")
@ -1956,7 +1955,7 @@ Assume point is at the beginning of the latex environment."
:end end
:value value
:post-blank (count-lines code-end end)
:post-affiliated post-affiliated)
:post-affiliated code-begin)
(cdr affiliated))))))))
(defun org-element-latex-environment-interpreter (latex-environment contents)