ob-core.el (org-ts-regexp): Remove duplicate defconst'ing
commitc17e07e94f5356a5eca352b79a11da82a3eca238
authorBastien Guerry <bzg@altern.org>
Thu, 31 Jan 2013 09:57:49 +0000 (31 10:57 +0100)
committerBastien Guerry <bzg@altern.org>
Thu, 31 Jan 2013 09:57:49 +0000 (31 10:57 +0100)
tree27bf6e95cc1af37bac3b232778920c1034713922
parentad45f6cd7f490e86ccc3b34c47da5afcc98c54a7
ob-core.el (org-ts-regexp): Remove duplicate defconst'ing

* ob-core.el (org-ts-regexp): Remove duplicate defconst'ing.
(org-babel-result-regexp): Don't use `org-ts-regexp', use a
regexp string directly.

This is not the best solution, we should be able to use
`org-ts-regexp' here, but the dependencies makes it hard.
So let's not define org-ts-regexp twice, just use a raw
regexp instead, and add a FIXME warning about this.
lisp/ob-core.el