From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: error while upgrading to 8.3.5 Date: Tue, 26 Jul 2016 10:50:18 +0200 Message-ID: <87vazsu6k5.fsf@saiph.selenimh> References: <4FD287AC-306C-437C-A27E-0383205AD12A@gmail.com> <87invuw159.fsf@saiph.selenimh> <87oa5lvhn4.fsf@saiph.selenimh> <24047775-283C-4349-B235-9AC2C70966FB@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRy4C-0001cv-Mc for emacs-orgmode@gnu.org; Tue, 26 Jul 2016 04:50:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRy4A-000136-PI for emacs-orgmode@gnu.org; Tue, 26 Jul 2016 04:50:19 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:53900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRy4A-000132-JD for emacs-orgmode@gnu.org; Tue, 26 Jul 2016 04:50:18 -0400 In-Reply-To: <24047775-283C-4349-B235-9AC2C70966FB@gmail.com> (Vikas Rawal's message of "Tue, 26 Jul 2016 05:09:20 +0530") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Vikas Rawal Cc: org-mode mailing list Hello, Vikas Rawal writes: > * Output of BTEST_RE=3Dindented-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 #+BEGIN_SRC emacs-lisp :fi= le 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 #+BEGIN_SRC emacs-lisp :fil= e test.txt :cache yes\n (message \"test\")\n #+END_SRC" > (org-babel-execute-src-block) > (string=3D ... ...))) > :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+053= 0) > > 1 unexpected results: > FAILED test-ob/indented-cached-org-bracket-link > > * (org-parse-time-string "<2014-03-04 Tue>=E2=80=9D) > (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, --=20 Nicolas Goaziou