org-element: Recognize LaTeX environments with options
commit41bd891d48e050aaf9a7cfb2ad604101967f7823
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 28 Apr 2013 07:34:42 +0000 (28 09:34 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 28 Apr 2013 07:38:01 +0000 (28 09:38 +0200)
treef2da1e5c837cc19f2b12db1b35737e5b05d9b335
parentcf48a620e9ca3e70c5fe97dc3bea44ab7337614d
org-element: Recognize LaTeX environments with options

* lisp/org-element.el (org-element--current-element): Allow the
  opening string of a LaTeX environment to contain additional
  arguments.
* testing/lisp/test-org-element.el: Add tests.
lisp/org-element.el
testing/lisp/test-org-element.el