`org-open-at-point' right after an object still open it
commitd75fa9febc676af4893fba9e4d53d5babbb801aa
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 2 Mar 2014 09:32:51 +0000 (2 10:32 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 2 Mar 2014 09:32:51 +0000 (2 10:32 +0100)
tree2a38b6506b5f4f95267777acbae1216b26eab11b
parent3917776995611ef7e7bba83aba023640e7fa1aec
`org-open-at-point' right after an object still open it

* lisp/org.el (org-open-at-point): White spaces after an object are
  usually ignored by the function.  Though, when point is right after
  the object, still activate it.
* testing/lisp/test-org.el (test-org/custom-id): Fix test.
lisp/org.el
testing/lisp/test-org.el