From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Regier Subject: Re: Is there an environment for Org syntax? Date: Fri, 14 Mar 2014 18:04:14 -0500 (CDT) Message-ID: <1681130543.636394.1394838254099.JavaMail.zimbra@ittc.ku.edu> References: <1187822931.636304.1394835216554.JavaMail.zimbra@ittc.ku.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOb9N-0007Ng-6b for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 19:04:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOb9H-00069i-62 for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 19:04:25 -0400 Received: from [129.237.125.220] (port=57586 helo=stephens.ittc.ku.edu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOb9H-00069Q-0m for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 19:04:19 -0400 In-Reply-To: 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: Fletcher Charest Cc: emacs-orgmode@gnu.org I spent hours trying to figure out recursive org syntax, and only got it working with the help of the list. :) I realized after my last message that Worg uses some limited syntax highlighting on some of the newer pages; I'm not very good with javascript and css, but you might be able to borrow some code for highlighting by inspecting the org and html source... Phil ----- Original Message ----- From: "Fletcher Charest" To: "Phil Regier" Cc: emacs-orgmode@gnu.org Sent: Friday, March 14, 2014 5:59:03 PM Subject: Re: [O] Is there an environment for Org syntax? Yes, thank you very much, that was it. I was thinking about doing this, but I didn't know how to "escape" the syntax. This is quite embarrassing since I just noticed that it is explained in the manual, and even more, since the comma is added automatically when you edit the org code by hitting C-c ' anyway... Thanks again! Best regards, FC