From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan BISSON Subject: Re: Proposing a new way for org-get-level-face to behave (customizable) Date: Fri, 12 Nov 2010 22:47:46 +0100 Message-ID: <1289598466.7666.7.camel@localhost.localdomain> References: <1289394955.2389.1.camel@localhost.localdomain> <515CC403-D2B7-4BB6-80F9-AC25DB1CADB7@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=53544 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PH1JD-0007QN-NB for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 16:37:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PH1JA-0005cr-Sy for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 16:37:22 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:49619) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PH1JA-0005cU-Oe for emacs-orgmode@gnu.org; Fri, 12 Nov 2010 16:37:20 -0500 Received: by wyf23 with SMTP id 23so3984294wyf.0 for ; Fri, 12 Nov 2010 13:37:19 -0800 (PST) In-Reply-To: <515CC403-D2B7-4BB6-80F9-AC25DB1CADB7@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: Carsten Dominik Cc: emacs-orgmode@gnu.org On Fri, 2010-11-12 at 13:39 -0600, Carsten Dominik wrote: > Ji Jonathan, > > thanks you for this, I have checked in a slightly modified version of > your patch. > > Thanks > > - Carsten > Hope this would be of some help. I was thinking about ways to add as much outlines as we wanted. Or ways to have a cycling through a defined list of outlines (maybe I can start by doing a cycling through defined elements (like looping through 4-8 only). I'm looking to the code and git of org in order to understand a little bit more the philosophy of the project. Thanks !