From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: [BABEL] literate Lisp games development questions Date: Fri, 02 Jul 2010 18:33:47 -0400 Message-ID: <87y6dtldis.fsf@stats.ox.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=51380 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OUonx-0003RU-O4 for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 18:33:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OUonw-0005Hq-9v for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 18:33:53 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:42315) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OUonw-0005HU-3P for emacs-orgmode@gnu.org; Fri, 02 Jul 2010 18:33:52 -0400 In-Reply-To: (David O'Toole's message of "Fri, 2 Jul 2010 08:46:19 -0400") 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: David O'Toole Cc: emacs-orgmode Mailinglist <...> Hi David, That sounds fun, and I look forward to looking at it, when I have more time for fun. > 1. the html output fontification of source blocks is nice. the pop-out > editing of the blocks is nice too. However, can I get the syntax > highlighting to show up INLINE in the begin-src block? I believe the consensus on this list is still that the existing projects in that direction don't currently work well for doing this. http://www.emacswiki.org/emacs/MuMaMo I had a probably terrible idea that one could fake something a bit like this by removing the mode lines between split windows. You could even fake continuity of buffer locations... (Incidentally, I've been enjoying recently using emacs full screen without the mode line (who needs it all the time?); when I get a chance I want to write a minor mode that does away with the mode line by default. Obviously no menu or scroll bars either.) > 2. has anyone been following efforts to prettify org-mode constructs? i > would love to be able to replace certain things (like all the #+BEGIN_SRC > lines) with something graphical, like a tiny icon with a horizontal rule. > anyone done anything in this area? Yes, I started doing this. Nicolas Girard did all the ground work in his org-icons project. I started work on adding icons for src blocks in the branch named "dan". I can confirm that ruby blocks look quite pretty when #+begin_src ruby is replaced by an image of a ruby, although unfortunately I still don't know any ruby. http://github.com/ngirard/org-icons/tree/dan I believe Nicolas would be happy to have other people help out with that project. There were a few reorganizations we wanted to do to make it fit better with Org. Best wishes, Dan > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode