2010-10-04 22:07:51 -04:00
|
|
|
|
;;; org-test-ob-consts.el --- constants for use in code block tests
|
|
|
|
|
|
2012-03-17 11:28:46 -04:00
|
|
|
|
;; Copyright (c) 2010 Eric Schulte
|
2010-10-04 22:07:51 -04:00
|
|
|
|
;; Authors: Eric Schulte
|
|
|
|
|
|
|
|
|
|
;; Released under the GNU General Public License version 3
|
|
|
|
|
;; see: http://www.gnu.org/licenses/gpl-3.0.html
|
|
|
|
|
|
|
|
|
|
;;;; Comments:
|
|
|
|
|
|
|
|
|
|
;; Template test file for Org-mode tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;;; Code:
|
|
|
|
|
(defconst org-test-file-ob-anchor
|
|
|
|
|
"94839181-184f-4ff4-a72f-94214df6f5ba")
|
|
|
|
|
|
|
|
|
|
(defconst org-test-link-in-heading-file-ob-anchor
|
|
|
|
|
"a8b1d111-eca8-49f0-8930-56d4f0875155")
|
|
|
|
|
|
|
|
|
|
(provide 'org-test-ob-consts)
|
|
|
|
|
|
2012-03-17 11:28:46 -04:00
|
|
|
|
;;; org-test-ob-consts.el ends here
|