org.el (org-fontify-meta-lines-and-blocks-1): Don't try to add text properties outsid...
[org-mode.git] / testing / org-test-ob-consts.el
blob33e0da20b1e1686b6faf416f7510edb706c6274c
1 ;;; org-test-ob-consts.el --- constants for use in code block tests
3 ;; Copyright (c) 2010-2013 Eric Schulte
4 ;; Authors: Eric Schulte
6 ;; Released under the GNU General Public License version 3
7 ;; see: http://www.gnu.org/licenses/gpl-3.0.html
9 ;;;; Comments:
11 ;; Template test file for Org-mode tests
14 ;;; Code:
15 (defconst org-test-file-ob-anchor
16 "94839181-184f-4ff4-a72f-94214df6f5ba")
18 (defconst org-test-link-in-heading-file-ob-anchor
19 "a8b1d111-eca8-49f0-8930-56d4f0875155")
21 (provide 'org-test-ob-consts)
23 ;;; org-test-ob-consts.el ends here