From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Re: Commas in org source blocks Date: Tue, 25 Jan 2011 17:00:44 -0500 Message-ID: References: <8739og6aje.fsf@gmail.com> <87sjwg4pm1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=52623 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Phqwm-00049g-UK for emacs-orgmode@gnu.org; Tue, 25 Jan 2011 17:01:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Phqwk-0004cU-8V for emacs-orgmode@gnu.org; Tue, 25 Jan 2011 17:01:08 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:44495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Phqwk-0004cM-2W for emacs-orgmode@gnu.org; Tue, 25 Jan 2011 17:01:06 -0500 Received: by fxm12 with SMTP id 12so305465fxm.0 for ; Tue, 25 Jan 2011 14:01:05 -0800 (PST) In-Reply-To: <87sjwg4pm1.fsf@gmail.com> 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 Schulte Cc: Org-mode ml On Tue, Jan 25, 2011 at 4:32 PM, Eric Schulte wrote: > yes, you will need to add org-mode to you list of supported languages > along the directions in http://orgmode.org/manual/Languages.html > > I'll update the manual to reflect org-mode as a valid language. Done, and thanks. One last follow up. I have the following in an org source block (it is a child of a list item, and I like the indirect buffer): #+begin_src org ,| | | Column Player | | ,|------------+---+---------------+-----| ,| / | < | | > | ,| | | A | B | ,| Row Player | A | 1,2 | 3,4 | ,| | B | 5,6 | 7,8 | #+end_src When I export to HTML or ASCII, the table isn't produced. I was half expecting an org table (not an HTML table, of course) or at least a verbatim environment. Adding 'exports: code' didn't change anything. Any recommendations? -- Jeffrey Horn http://www.failuretorefrain.com/jeff/