From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrea Crotti Newsgroups: gmane.emacs.help Subject: Strange error in exporting to html Date: Sun, 01 Aug 2010 20:31:58 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1280688730 25077 80.91.229.12 (1 Aug 2010 18:52:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 Aug 2010 18:52:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 01 20:52:09 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ofddf-0005Uu-A4 for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Aug 2010 20:52:04 +0200 Original-Received: from localhost ([127.0.0.1]:43275 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfddW-00010N-PR for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Aug 2010 14:51:50 -0400 Original-Received: from [140.186.70.92] (port=57646 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfdKX-0004ln-SB for help-gnu-emacs@gnu.org; Sun, 01 Aug 2010 14:32:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfdKV-0000Dy-JA for help-gnu-emacs@gnu.org; Sun, 01 Aug 2010 14:32:13 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:54207) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfdKV-0000DQ-Az for help-gnu-emacs@gnu.org; Sun, 01 Aug 2010 14:32:11 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OfdKQ-0007T6-FI for help-gnu-emacs@gnu.org; Sun, 01 Aug 2010 20:32:06 +0200 Original-Received: from p508a1f3e.dip.t-dialin.net ([80.138.31.62]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Aug 2010 20:32:06 +0200 Original-Received: from andrea.crotti.0 by p508a1f3e.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Aug 2010 20:32:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 41 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p508a1f3e.dip.t-dialin.net User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin) Cancel-Lock: sha1:dcu2zVVwINECToLfyxhUld8k0Qw= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74374 Archived-At: I just updated today to --8<---------------cut here---------------start------------->8--- Org-mode version 7.01trans (release_7.01g.55.g0cafa.dirty) --8<---------------cut here---------------end--------------->8--- and I found many nice new features, great job! The gantt exporting is real cool, pity the program only runs on linux apparently. Anyway only one minor problem, if I try to export to html a file with a lot of code (also other java snippets) and this: #+begin_src java import static org.junit.Assert.*; #+end_src I get an error (see below). If I just remove this apparently innocuous snippet everything works again, what could that be? I pasted the error here anyway: http://gist.github.com/503607 Another thing (not related but I think is very small) if "~/Documents/pycon/conf/org-mode/share/info" I have there my --8<---------------cut here---------------start------------->8--- Directory /Users/andrea/Documents/pycon/conf/org-mode/share/info/ dir org --8<---------------cut here---------------end--------------->8--- compiled from "make install-info" shouldn't I be able to see the right info page? It's very funny because whatever I do I always see the info for version 6.33, and I don't know where it comes from since I also deleted the old installations. And my "system" org-mode info is 4.something so it's not even that... Thanks a lot, Andrea