From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: [babel] How to fontify blocks other than begin_src? Date: Sat, 08 Jan 2011 13:53:36 -0700 Message-ID: <87lj2vw0w4.fsf@gmail.com> References: <8762u0y2av.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=50865 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbgAf-0001yY-EY for emacs-orgmode@gnu.org; Sat, 08 Jan 2011 16:17:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PbgAe-0005RH-2n for emacs-orgmode@gnu.org; Sat, 08 Jan 2011 16:17:57 -0500 Received: from mail-pz0-f41.google.com ([209.85.210.41]:61403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PbgAd-0005R8-TG for emacs-orgmode@gnu.org; Sat, 08 Jan 2011 16:17:56 -0500 Received: by pzk27 with SMTP id 27so4288591pzk.0 for ; Sat, 08 Jan 2011 13:17:54 -0800 (PST) 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: Dan Davison Cc: emacs-orgmode@gnu.org >> >> As for defining your own clojure blocks that sounds like a risky >> proposition to me. All of the code block evaluation functions are built >> to use standard org-mode syntax for code blocks, e.g. "#+begin_src lang". > > For those who are interested in changing the appearance of Org elements > for aesthetic reasons, there is Nicolas Girard's org-icons project, > To address the other side of org elements (i.e. the typing/insertion rather than the display) I find yasnippets [1] indispensable. A collection of Org-mode snippets are available at [2]. Cheers -- Eric Footnotes: [1] http://code.google.com/p/yasnippet/ [2] https://github.com/eschulte/yasnippet-org-mode