org-element: Fix parsing of src-block switches when there is more than one
commit5a24ffe004bacac719f4753c6f9b801e6e15fcd9
authorNicolas Goaziou <n.goaziou@gmail.com>
Thu, 24 Nov 2011 13:29:53 +0000 (24 14:29 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Thu, 24 Nov 2011 13:29:53 +0000 (24 14:29 +0100)
treef3449b5b8f12907e78e781f92c7f151d0fc8d65e
parente401ec09ecb27d79911cc7e7d692d146e8e977e5
org-element: Fix parsing of src-block switches when there is more than one

* contrib/lisp/org-element.el (org-element-src-block-parser): Previous
  regexp would only get the last switch if more than one were
  provided.
contrib/lisp/org-element.el