emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] error while upgrading to 8.3.5


From: Nicolas Goaziou
Subject: Re: [O] error while upgrading to 8.3.5
Date: Tue, 26 Jul 2016 10:50:18 +0200

Hello,

Vikas Rawal <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]