diff --git a/testing/lisp/test-org-element.el b/testing/lisp/test-org-element.el index ee405855f..d3a5428f4 100644 --- a/testing/lisp/test-org-element.el +++ b/testing/lisp/test-org-element.el @@ -1479,14 +1479,6 @@ e^{i\\pi}+1=0 (search-forward "file:") (org-element-property :type (org-element-context)))))) -(ert-deftest test-org-element/org-open-at-point () - "Test `org-open-at-point' with link being a heading property." - (org-test-with-temp-text - "* Headline -:PROPERTIES: -:URL: [[info:org#Top]] -:END:" - (org-open-at-point))) ;;;; Macro diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el index ce8722612..e95bfcf2d 100644 --- a/testing/lisp/test-org.el +++ b/testing/lisp/test-org.el @@ -1013,6 +1013,17 @@ drops support for Emacs 24.1 and 24.2." (concat "http://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=" "\"Release 8.2\"&idxname=emacs-orgmode"))))) +;;;; Open at point + +(ert-deftest test-org/open-at-point () + "Test `org-open-at-point' with link being a heading property." + (org-test-with-temp-text + "* Headline +:PROPERTIES: +:URL: [[info:org#Top]] +:END:" + (org-open-at-point))) + ;;; Node Properties