From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: FYI: Org mode testing framework, Emacs 23 and 22 Date: Thu, 22 Sep 2011 07:44:42 -0600 Message-ID: <878vpgd79j.fsf@gmail.com> References: <874o0veejl.wl%dmaus@ictsoc.de> <87y5y7oxyt.fsf@gmail.com> <877h5f558c.wl%dmaus@ictsoc.de> <87aaaaokpq.fsf@gmail.com> <87ehzldrsx.wl%dmaus@ictsoc.de> <877h5cfqge.fsf@gmail.com> <871uvhw05r.wl%dmaus@ictsoc.de> <87bouinb12.fsf@gmail.com> <87y5xmmdfm.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:58096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6ja9-0001sH-LW for emacs-orgmode@gnu.org; Thu, 22 Sep 2011 09:44:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6ja7-00007L-Ul for emacs-orgmode@gnu.org; Thu, 22 Sep 2011 09:44:53 -0400 Received: from mail-yi0-f41.google.com ([209.85.218.41]:33891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6ja7-000074-P9 for emacs-orgmode@gnu.org; Thu, 22 Sep 2011 09:44:51 -0400 Received: by yia25 with SMTP id 25so2316521yia.0 for ; Thu, 22 Sep 2011 06:44:51 -0700 (PDT) In-Reply-To: <87y5xmmdfm.wl%dmaus@ictsoc.de> (David Maus's message of "Sun, 18 Sep 2011 11:01:49 +0200") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Maus Cc: emacs-orgmode@gnu.org > >> >> > >> > F test-ob-exp/org-babel-exp-src-blocks/w-no-file >> > Testing export from buffers which are not visiting any file. >> > (wrong-type-argument stringp nil) >> > >> > F test-ob-exp/org-babel-exp-src-blocks/w-no-headers >> > Testing export without any headlines in the org-mode file. >> > (wrong-type-argument stringp nil) >> > >> > F test-ob-lob/export-lob-lines >> > Test the export of a variety of library babel call lines. >> > (wrong-type-argument stringp nil) >> > >> >> I have no idea what could be going wrong with these executions, would it >> be difficult to generate backtraces for these failures? > > No, its really easy (as expected w/ Emacs): Section on interactive > debugging ERT mentions "b" to create the backtrace. > > In case of w-no-file and w-no-headers `org-todo-line-regexp' is bound > to nil, in export-lob-lines `org-maybe-keyword-time-regexp' is bound > to nil. Backtraces are attached. > So, Could it be that for some reason using Emacs22 all variable whose values are set in `org-set-regexps-and-options' immediately following ;; Compute the regular expressions and other local variables in org.el are somehow not having their values set? I assume that Org-mode simply wouldn't work on Emacs22 if this was generally the case, so could there be something about the way that you are loading Org-mode? Maybe explicitly adding a call to this function to the Emacs22 configuration would fix these test errors? Hope this is helpful, please let me know if I'm miss understanding the test results. Thanks -- Eric > > Best, > -- David > -- > OpenPGP... 0x99ADB83B5A4478E6 > Jabber.... dmjena@jabber.org > Email..... dmaus@ictsoc.de > > > -- Eric Schulte http://cs.unm.edu/~eschulte/