org-element: Fix interpretation of empty fixed-width elements
commit5efd7311e88ca001361136d03fa14e632bd2cac3
authorNicolas Goaziou <n.goaziou@gmail.com>
Fri, 26 Apr 2013 08:38:05 +0000 (26 10:38 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Fri, 26 Apr 2013 08:38:05 +0000 (26 10:38 +0200)
tree4848c146a97b4ea4d7e13047100a0aaaa389c2db
parent8d5198d6549b91ac5726b6d8dda652a268064c16
org-element: Fix interpretation of empty fixed-width elements

* lisp/org-element.el (org-element-fixed-width-interpreter): Fix
  interpretation of fixed-width elements with a nil or empty string
  value.
* testing/lisp/test-org-element.el: Add tests.
lisp/org-element.el
testing/lisp/test-org-element.el