Hello, Vikas Rawal <vikasra...@gmail.com> writes:
> * Output of BTEST_RE=indented-cached-org-bracket-link make test > > Test test-ob/indented-cached-org-bracket-link condition: > (ert-test-failed > ((should > (let > (...) > (org-test-with-temp-text "\n* Test\n #+<point>BEGIN_SRC emacs-lisp > :file test.txt :cache yes\n (message \"test\")\n #+END_SRC" ... ...))) > :form > (let > ((default-directory temporary-file-directory)) > (org-test-with-temp-text "\n* Test\n #+<point>BEGIN_SRC emacs-lisp > :file test.txt :cache yes\n (message \"test\")\n #+END_SRC" > (org-babel-execute-src-block) > (string= ... ...))) > :value nil)) > FAILED 1/1 test-ob/indented-cached-org-bracket-link This doesn't ring a bell. It would help to know what is hidden behind the ellipsis. > Ran 1 tests, 0 results as expected, 1 unexpected (2016-07-26 05:06:12+0530) > > 1 unexpected results: > FAILED test-ob/indented-cached-org-bracket-link > > * (org-parse-time-string "<2014-03-04 Tue>”) > (apply #'encode-time (org-parse-time-string "<2014-03-04 Tue>")) > > Evaluating these in emacs does not seem to do anything. No message. The return value is displayed in the minibuffer. Use C-x C-e right after the closing parens of each form. Also, did you set some weird variable like `org-extend-today-until'? Regards, -- Nicolas Goaziou