From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea crotti Subject: Re: java snippet code not exported Date: Mon, 21 Mar 2011 11:55:01 +0100 Message-ID: References: <52EDD36E-A137-44AF-B39B-503E1F1D90B3@gmail.com> <87r5a0vpdb.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=53804 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1clO-0007Mi-Tc for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 06:55:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1clN-0006CV-3Z for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 06:55:06 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:54783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1clM-0006CC-UW for emacs-orgmode@gnu.org; Mon, 21 Mar 2011 06:55:05 -0400 Received: by wyf19 with SMTP id 19so6296849wyf.0 for ; Mon, 21 Mar 2011 03:55:04 -0700 (PDT) In-Reply-To: <87r5a0vpdb.fsf@ucl.ac.uk> 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: Eric S Fraga Cc: emacs-orgmode@gnu.org 2011/3/21 Eric S Fraga : > Andrea Crotti writes: > > This works just fine for me. =A0No errors at all and the code (html) > generated seems fine. =A0Try latest git version maybe in case the problem > has somehow been fixed in the 30+ commits made 2since the version you > used? > Right it works also for me now on linux with a bit younger version of org. I should try on OSX again and see if it's maybe it's something else... Anyway another issue which is still related to exporting. The other day it took me a long time to understand why #+begin_src c #+end_src was not working, and in the end the solution was simply to use #+begin_src C #+end_src the problem is that with the capital "C" emacs doesn't find a C-mode and th= us I don't get the right mode to write code with. But the main question is, does it make sense to make that particular string case sensitive? How could #+begin_src Language and #+begin_src lanGuage do different things? Thanks a lot, Andrea