From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward DeMeulle Subject: Re: auto-fill non-op, fill-paragraph error Date: Thu, 27 Sep 2012 07:42:29 -0700 Message-ID: <87lifvmsru.fsf@demeulle.org> References: <87lig82jod.fsf@demeulle.org> <87a9wnaapw.fsf@bzg.ath.cx> <878vc7ifsb.fsf@demeulle.org> <87haqno75v.fsf@bzg.ath.cx> <87vcf3l9cu.fsf@bzg.ath.cx> <87a9wektfg.fsf@bzg.ath.cx> <87r4pouuly.fsf@demeulle.org> <87vcez6et8.fsf@bzg.ath.cx> <87r4pna6vc.fsf@demeulle.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THFIg-0005uv-1o for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 10:42:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THFIb-0005oR-Vd for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 10:42:49 -0400 Received: from plane.gmane.org ([80.91.229.3]:53007) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THFIb-0005oM-P5 for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 10:42:45 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1THFId-0002tw-LG for emacs-orgmode@gnu.org; Thu, 27 Sep 2012 16:42:47 +0200 Received: from pool-71-118-204-246.lsanca.dsl-w.verizon.net ([71.118.204.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2012 16:42:47 +0200 Received: from ed by pool-71-118-204-246.lsanca.dsl-w.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Sep 2012 16:42:47 +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: emacs-orgmode@gnu.org I ran 'make up2' and received the following (I'm still on emacs23) ... Compiling /home/ewd/.emacs.d/org-mode/lisp/org.el... In org-store-link: org.el:8999:23:Warning: `org-link-to-org-use-id' is an obsolete variable (as of Emacs 24.3); use `org-id-link-to-org-use-id' instead. org.el:9001:32:Warning: `org-link-to-org-use-id' is an obsolete variable (as of Emacs 24.3); use `org-id-link-to-org-use-id' instead. org.el:9002:37:Warning: `org-link-to-org-use-id' is an obsolete variable (as of Emacs 24.3); use `org-id-link-to-org-use-id' instead. org.el:9005:24:Warning: `org-link-to-org-use-id' is an obsolete variable (as of Emacs 24.3); use `org-id-link-to-org-use-id' instead. In org-deadline-close: org.el:16039:12:Warning: `org-days-to-time' is an obsolete function (as of Emacs 24.3); use `org-time-stamp-to-now' instead. Wrote /home/ewd/.emacs.d/org-mode/lisp/org.elc Done (Total of 110 files compiled, 2 skipped) make[2]: Leaving directory `/home/ewd/.emacs.d/org-mode/lisp' make[1]: Leaving directory `/home/ewd/.emacs.d/org-mode/lisp' install -m 755 -d /tmp/tmp-orgtest TMPDIR=/tmp/tmp-orgtest emacs -batch -Q --eval '(add-to-list '"'"'load-path "./lisp")' --eval '(add-to-list '"'"'load-path "./testing")' -l org-install.el -l testing/org-test.el --eval '(require '"'"'ob-awk)' --eval '(require '"'"'ob-C)' --eval '(require '"'"'ob-fortran)' --eval '(require '"'"'ob-maxima)' --eval '(require '"'"'ob-lilypond)' --eval '(require '"'"'ob-octave)' --eval '(require '"'"'ob-python)' --eval '(require '"'"'ob-sh)' --eval '(setq org-confirm-babel-evaluate nil)' -f org-test-run-batch-tests Cannot open load file: ert make: *** [test] Error 255