From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: orgstruct minor mode Date: Mon, 20 Jul 2009 22:14:56 -0400 Message-ID: <87zlaylr33.fsf@stats.ox.ac.uk> References: <878wiiriuz.fsf@cuma.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MT4sl-0001sy-QB for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 22:15:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MT4sg-0001qX-FA for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 22:15:06 -0400 Received: from [199.232.76.173] (port=58310 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MT4sg-0001qU-8b for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 22:15:02 -0400 Received: from markov.stats.ox.ac.uk ([163.1.210.1]:55178) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MT4sf-0007Eu-RB for emacs-orgmode@gnu.org; Mon, 20 Jul 2009 22:15:02 -0400 In-Reply-To: <878wiiriuz.fsf@cuma.i-did-not-set--mail-host-address--so-tickle-me> (Maurizio Vitale's message of "Mon, 20 Jul 2009 20:16:04 -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: maurizio.vitale@polymath-solutions.com Cc: emacs-orgmode@gnu.org Maurizio Vitale writes: > Is anybody working on making orgstruct work with programming modes (or > other modes that require the org "markup" to be hidden in comments)? Have a look at this recent thread http://article.gmane.org/gmane.emacs.orgmode/15421/match=3Dorg+style+folding in particular the posts by Michael Zeller and S=C3=A9bastian Vauban, starti= ng with http://article.gmane.org/gmane.emacs.orgmode/15427/match=3Dorg+style+folding in which they develop really nice org-style folding (and headline faces) for elisp code (based on original code by Tassilo Horn I believe). The thread also contains discussion of org babel which provides a different (literate programming) approach: the code is in source blocks in an org file and extracted when needed. Dan > > If not I'll probably take a look at it and ask questions on the way. > > Regards, > > Maurizio