From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: [BUG] Traceback on Org-Export Date: Fri, 03 Aug 2012 22:09:55 +0200 Message-ID: <87mx2bu48c.fsf@Rainer.invalid> References: <54085.1343912461@gregair> <87haskz8ur.fsf@altern.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxOCL-0000Rl-BR for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 16:10:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxOCG-0007gh-D3 for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 16:10:13 -0400 Received: from plane.gmane.org ([80.91.229.3]:49310) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxOCG-0007ga-2i for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 16:10:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SxOCE-00025e-Op for emacs-orgmode@gnu.org; Fri, 03 Aug 2012 22:10:06 +0200 Received: from pd9eb4a66.dip.t-dialin.net ([217.235.74.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Aug 2012 22:10:06 +0200 Received: from Stromeko by pd9eb4a66.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Aug 2012 22:10:06 +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 Luis Anaya writes: > Bastien writes: > Ok... my bad... pilot error... missing (require 'org). I would've > thought (org-install) would've loaded it. Anyway, this solved the > problem by adding the require on my .emacs file. You've just hidden the real problem, which seems to be a missing (require 'org) or declaration for that constant along that load chain (most likely org-element from a very cursory look around the sources). But there's plenty of work to do in that department for you as well. :-) --8<---------------cut here---------------start------------->8--- Compiling /home/gratz/lisp/org-mode/lisp/org-e-groff.el... In toplevel form: org-e-groff.el:555:7:Warning: assignment to free variable `registered-references' In org-e-groff-template: org-e-groff.el:731:13:Warning: assignment to free variable `hyphenate' org-e-groff.el:725:13:Warning: assignment to free variable `justify-right' org-e-groff.el:726:19:Warning: reference to free variable `justify-right' org-e-groff.el:732:19:Warning: reference to free variable `hyphenate' In org-e-groff-footnote-reference: org-e-groff.el:924:32:Warning: assignment to free variable `ref-id' org-e-groff.el:925:22:Warning: reference to free variable `ref-id' org-e-groff.el:928:27:Warning: reference to free variable `registered-references' org-e-groff.el:929:55:Warning: assignment to free variable `registered-references' In org-e-groff-item: org-e-groff.el:1142:40:Warning: value returned from (plist-get (car (cdr element)) property) is unused In org-e-groff-link--inline-image: org-e-groff.el:1301:18:Warning: assignment to free variable `placement' org-e-groff.el:1301:37:Warning: assignment to free variable `width' org-e-groff.el:1301:43:Warning: assignment to free variable `height' org-e-groff.el:1302:14:Warning: assignment to free variable `disable-caption' org-e-groff.el:1302:53:Warning: assignment to free variable `caption' org-e-groff.el:1299:42:Warning: reference to free variable `raw-path' org-e-groff.el:1302:31:Warning: reference to free variable `placement' org-e-groff.el:1302:31:Warning: reference to free variable `width' org-e-groff.el:1302:31:Warning: reference to free variable `height' org-e-groff.el:1302:31:Warning: reference to free variable `disable-caption' org-e-groff.el:1302:31:Warning: reference to free variable `caption' In org-e-groff-paragraph: org-e-groff.el:1405:9:Warning: assignment to free variable `parent' org-e-groff.el:1406:30:Warning: reference to free variable `parent' In org-e-groff-src-block: org-e-groff.el:1622:19:Warning: assignment to free variable `disable-caption' org-e-groff.el:1657:19:Warning: reference to free variable `disable-caption' In org-e-groff-table--align-string: org-e-groff.el:1771:22:Warning: assignment to free variable `align' org-e-groff.el:1776:23:Warning: reference to free variable `align' In org-e-groff-table--org-table: org-e-groff.el:1864:11:Warning: assignment to free variable `lines' org-e-groff.el:1854:42:Warning: assignment to free variable `attr-list' org-e-groff.el:1873:37:Warning: assignment to free variable `title-line' org-e-groff.el:1911:30:Warning: assignment to free variable `disable-caption' org-e-groff.el:1891:37:Warning: assignment to free variable `long-cells' org-e-groff.el:1858:54:Warning: reference to free variable `attr-list' org-e-groff.el:1869:30:Warning: assignment to free variable `table-format' org-e-groff.el:1869:7:Warning: reference to free variable `lines' org-e-groff.el:1874:53:Warning: assignment to free variable `first-line' org-e-groff.el:1874:53:Warning: reference to free variable `table-format' org-e-groff.el:1875:41:Warning: reference to free variable `title-line' org-e-groff.el:1881:53:Warning: reference to free variable `first-line' org-e-groff.el:1893:47:Warning: assignment to free variable `long-line' org-e-groff.el:1893:47:Warning: reference to free variable `long-cells' org-e-groff.el:1901:57:Warning: reference to free variable `long-line' org-e-groff.el:1909:36:Warning: reference to free variable `disable-caption' In org-e-groff-table-cell: org-e-groff.el:1925:36:Warning: reference to free variable `orgtbl-exp-regexp' In org-e-groff-export-to-groff: org-e-groff.el:2050:4:Warning: misplaced interactive spec: `(interactive)' org-e-groff.el:2048:9:Warning: assignment to free variable `registered-references' --8<---------------cut here---------------end--------------->8--- Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Q+, Q and microQ: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds