From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Rendering of source code on worg Date: Fri, 24 May 2013 19:30:02 +0200 Message-ID: <871u8w8ew5.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfvwF-00052f-FK for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:38:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfvwB-0005Ob-Lj for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:37:59 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:42985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfvwB-0005NU-Ez for emacs-orgmode@gnu.org; Fri, 24 May 2013 13:37:55 -0400 Received: by mail-we0-f170.google.com with SMTP id u59so2481716wes.1 for ; Fri, 24 May 2013 10:37:54 -0700 (PDT) In-Reply-To: (Guido Van Hoecke's message of "Fri, 24 May 2013 11:00:26 +0200") 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: Guido Van Hoecke Cc: orgmode Hi Guido, Guido Van Hoecke writes: > I think that the default rendering of source code on the worg side was > closely resmbling the default rendering on emacs. > > I have the impression that somehow this is no longer the case, as > visible a.o. at > http://orgmode.org/worg/org-configs/org-config-examples.html > > Is this a deliberate choice? The .emacs.el on orgmode.org contains: (set-face-foreground 'font-lock-keyword-face "DeepSkyBlue1") (set-face-foreground 'font-lock-string-face "Goldenrod") This is used when publishing Worg files on the server. If you can find better colors, please submit some. Thanks, -- Bastien