From mboxrd@z Thu Jan 1 00:00:00 1970 From: Humberto Nanni Subject: Regression: commit 38de20287fbf26d0a84d6264c030fd8fddadfdc6 prevents successful build of org-timer.el Date: Fri, 29 Jul 2016 17:21:20 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTG9i-0004nV-5u for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 18:21:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTG9h-0002Ez-Dx for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 18:21:22 -0400 Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:35968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTG9h-0002Eo-9I for emacs-orgmode@gnu.org; Fri, 29 Jul 2016 18:21:21 -0400 Received: by mail-oi0-x22d.google.com with SMTP id w18so124615019oiw.3 for ; Fri, 29 Jul 2016 15:21:21 -0700 (PDT) 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: emacs-orgmode@gnu.org Cc: mail@nicolasgoaziou.fr After the mentioned commit, the build of org-timer.el fails: [...] -:8737: warning: @table has text but no @item -:9518: warning: @table has text but no @item -:9588: warning: @table has text but no @item ...skipping... In end of data: org-plot.el:354:1:Warning: the following functions are not known to be defined: first, second Wrote /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-plot.elc Compiling /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-protocol.el... Wrote /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-protocol.elc Compiling /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-rmail.el... Wrote /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-rmail.elc Compiling /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-src.el... Wrote /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-src.elc Compiling /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-table.el... Wrote /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-table.elc Compiling /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-timer.el... In toplevel form: org-timer.el:38:1:Error: Symbol's function definition is void: incf Compiling /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-version.el... Compiling /home/robaccia/roba/vicenda/sources/org/org-mode/lisp/org-w3m.el..