org-element: Fix interpretation of affiliated keywords
commit97d2db486737d7c539018f2d60c5e5e551d4b7b7
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 10 Apr 2012 21:15:32 +0000 (10 23:15 +0200)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 10 Apr 2012 21:53:11 +0000 (10 23:53 +0200)
tree770857453851824f4778de1f8e0fa9027e748e01
parentf42e40d978997368ea1107419ce938096c9a0ca1
org-element: Fix interpretation of affiliated keywords

* contrib/lisp/org-element.el (org-element-interpret--affiliated-keywords):
  Fix interpretation of affiliated keywords.
(org-element-interpret-data): If no `:post-blank' property is
specified, assumed there is no blank line or whitespace after the
element or object.
* testing/lisp/test-org-element.el: Add a test.
contrib/lisp/org-element.el
testing/lisp/test-org-element.el