org-element: Fix special block parsing
commitdffdc499ea60732599ef60db79d804e79ea30202
authorNicolas Goaziou <n.goaziou@gmail.com>
Mon, 17 Jun 2013 15:08:53 +0000 (17 17:08 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Mon, 17 Jun 2013 15:15:55 +0000 (17 17:15 +0200)
tree8337d09f9915ec6233656fdf846fc78cc09605ed
parent0c789fd39e30904815e0c20abf62809864cb03a8
org-element: Fix special block parsing

* lisp/org-element.el (org-element-special-block-parser): Fix typo in
  regexp matching block type.  Also quote the type so it can contain
  special characters.
* testing/lisp/test-org-element.el: Add test.
lisp/org-element.el
testing/lisp/test-org-element.el