From mboxrd@z Thu Jan 1 00:00:00 1970 From: Renzo Been Subject: Re: org-icons package Date: Fri, 19 Aug 2011 23:39:45 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuWnK-0002n2-F2 for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 17:40:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QuWn5-0002rk-32 for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 17:40:02 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:34852) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuWn4-0002rU-Vs for emacs-orgmode@gnu.org; Fri, 19 Aug 2011 17:39:47 -0400 Received: by ywm13 with SMTP id 13so2697377ywm.0 for ; Fri, 19 Aug 2011 14:39:45 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dan Davison Cc: emacs-orgmode@gnu.org Ok=E9 Dan, Understood. That sounds right; to move all the code into the org-icons.el file. That way the patch is no longer needed, and org-icons can live in the contrib dir (together with a directory for the images). I think its best if I make a fork of your repo. That gives me some space for working on the code. Once I have made some progress (I won't be very fast...), I will send you a Pull request. The changes that you have made until now, are found here: https://github.com/dandavison/org-devel/tree/org-icons/contrib/org-icons Right? Your right, org-icons is a nice way to change the looks of org buffers. I'll go through the code first, to get an understanding of what can be done. Ciao, Renzo On 18 August 2011 22:48, Dan Davison wrote: > Hi Renzo, > org-icons needs to be moved into contrib/, hooked in via a lightweight pa= tch > against org.el, instead of being implemented as a monolithic change to > org.el. I made a start on that in this branch: > https://github.com/dandavison/org-devel/tree/org-icons > but I'm not sure that I got very far. Note that that is a branch in a clo= ne > of the org repo, as opposed to the org-icons repos which are standalone > repos and do not contain org. > I thought org-icons was interesting because it offers the possibility of > allowing users to make arbitrary superficial changes to org aesthetics. F= or > example, the #+begin_src...#+end_src boilerplate is rather heavy for some > peoples' tastes. At one point I had it replacing that with a little (ruby= , > snake) for (ruby, python) code... But I think it also allows the possibil= ity > of overlaying with text.=A0I'd be happy to give you push access to that r= epo, > but, you may as well just fork it as I have no plans to work on it. > I don't know how to contact Nicolas. I believe that he is on record as > saying he did not plan to develop org-icons further. > Good luck, > Dan