From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Enriched/Org is a colorful Org Date: Wed, 10 Apr 2013 17:45:42 +0530 Message-ID: <87a9p6zimp.fsf@gmail.com> References: <87a9p79gnv.fsf@gmail.com> <20130410095450.GA31506@kuru.dyndns-at-home.com> <20130410104802.GE27647@kuru.dyndns-at-home.com> <86wqsabpj0.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPtwW-0007cW-JO for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 08:16:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPtwS-0005dw-2C for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 08:16:00 -0400 Received: from mail-pb0-f52.google.com ([209.85.160.52]:47323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPtwR-0005di-P4 for emacs-orgmode@gnu.org; Wed, 10 Apr 2013 08:15:55 -0400 Received: by mail-pb0-f52.google.com with SMTP id mc8so234532pbc.39 for ; Wed, 10 Apr 2013 05:15:55 -0700 (PDT) In-Reply-To: <86wqsabpj0.fsf@somewhere.org> (Sebastien Vauban's message of "Wed, 10 Apr 2013 13:20:35 +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: emacs-orgmode@gnu.org > ;; set up highlighting of special patterns for Org mode only > (dolist (mode '(org-mode)) > (font-lock-add-keywords mode > `((,lvn/highlight-org-regexps 1 'lvn/highlight-face prepend)))) hi-lock.el is for regexp based highlighting. facemenu.el is for one-off, case-by-case highlighting. If facemenu.el can be enhanced to use overlays and have it co-exist with font lock based modes, one should be able to color code one's notes in a text/org file and have it saved in a disk. > Best regards, > Seb