From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Subject: Re: Absolute paths in exported files Date: Sat, 23 Jan 2010 19:41:30 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NYkvr-0002zy-HN for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:42:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NYkvm-0002yR-JJ for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:42:02 -0500 Received: from [199.232.76.173] (port=52502 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NYkvm-0002yO-C7 for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:41:58 -0500 Received: from lo.gmane.org ([80.91.229.12]:59561) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NYkvl-00089D-KW for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 13:41:58 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NYkvh-0006b6-Ny for emacs-orgmode@gnu.org; Sat, 23 Jan 2010 19:41:53 +0100 Received: from 134.61.77.33 ([134.61.77.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jan 2010 19:41:53 +0100 Received: from andrea.crotti.0 by 134.61.77.33 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Jan 2010 19:41:53 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org andrea writes: Another very strange thing happened, I have in the file two sources like #+begin_src sh lsdfks #+end_src tex text and #+begin_src java lsdfks #+end_src Now exporting to html or java shows me twice the FIRST code! If I delete the first one than the second works, any idea of what could that be?