org-element: Be more strict when looking for table.el tables
commitd228909d15b08878a967b3505171b218cfbd15f2
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 26 Nov 2018 18:50:08 +0000 (26 19:50 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 26 Nov 2018 18:50:08 +0000 (26 19:50 +0100)
tree33cfcde7569bc95fb180d9877d70095d279a8000
parentf33fa994b987717db3276c661a45be38c204af4c
org-element: Be more strict when looking for table.el tables

* lisp/org-element.el (org-element--current-element): Increase number
  of checks to avoid more false positive.

In particular "+-+" is not recognized anymore as a table.el table.
lisp/org-element.el