From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim O'Callaghan" Subject: Re: Change style of text/item based on tag Date: Wed, 7 Oct 2009 19:40:18 +0200 Message-ID: <3d6808890910071040t1358f0e7x4825689144dc71c9@mail.gmail.com> References: <1e5bcefd0910070831o2bdd8cd1laec9e3e661b6db9a@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvaVI-00065T-RJ for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 13:40:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvaVE-00062w-V4 for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 13:40:44 -0400 Received: from [199.232.76.173] (port=38894 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvaVE-00062o-Gv for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 13:40:40 -0400 Received: from mail-bw0-f218.google.com ([209.85.218.218]:61553) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvaVE-0006Xh-37 for emacs-orgmode@gnu.org; Wed, 07 Oct 2009 13:40:40 -0400 Received: by bwz18 with SMTP id 18so5553783bwz.31 for ; Wed, 07 Oct 2009 10:40:38 -0700 (PDT) In-Reply-To: <1e5bcefd0910070831o2bdd8cd1laec9e3e661b6db9a@mail.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: Marcelo de Moraes Serpa Cc: emacs-orgmode@gnu.org I recently posted to the list org-action-verb.el, that used overlays to highlight the first word of a headline if it was not an action word. The same code can be adapted to do this. Tim. 2009/10/7 Marcelo de Moraes Serpa : > Hello, > > Is there a way to, based on tagging, to set the style of an item? For ex: > > * Projects > ** My Project :PROJECT: > *** SubProject :PROJECT: > **** Action > *** Action > > I would like My Project and SubProject to be in bold. > > Any hints/directions would be highly appreciated! > > Thanks, > > Marcelo. > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >