From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Source Code blocks in arbitrary languages? Date: Tue, 20 Oct 2009 15:32:41 +0200 Message-ID: References: <7bef1f890910200621j68c0fdc2hd4256bad25e1724d@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0EpY-0005C4-6T for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 09:32:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0EpT-0005Bc-KY for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 09:32:51 -0400 Received: from [199.232.76.173] (port=36411 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0EpT-0005BZ-Du for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 09:32:47 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:59457) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0EpT-0005HT-44 for emacs-orgmode@gnu.org; Tue, 20 Oct 2009 09:32:47 -0400 Received: by ey-out-1920.google.com with SMTP id 3so5700133eyh.34 for ; Tue, 20 Oct 2009 06:32:46 -0700 (PDT) In-Reply-To: <7bef1f890910200621j68c0fdc2hd4256bad25e1724d@mail.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: "Alan E. Davis" Cc: org-mode On Oct 20, 2009, at 3:21 PM, Alan E. Davis wrote: > I am interested in the graphing language "gri", for which there does > exist a "gri-mode.el". Is it possible to use Source Code blocks in > Org-Mode with arbitrary languages for which there is an emacs mode? > For example, postscript? Yes. #+begin_src ps ... #+end_src - Carsten