From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: [Orgmode] Feature Request: "Keeping me honest" Date: Mon, 16 Dec 2013 15:52:35 +0000 Message-ID: References: <3d6808890908030647k3ecfd8b1u45bca71320ca34cc@mail.gmail.com> <7EA78739DB6FF044926304E83668BF8222E0303C@brewer.cmass.criticalmass.com> <3d6808890909210722h5b145187xc55de0331e73104e@mail.gmail.com> <3d6808890909301731n5f23120er8966af846ab3271d@mail.gmail.com> <3d6808890909301929u6ce5bbd7pb75aa217d32564f2@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsaTF-00015A-SS for emacs-orgmode@gnu.org; Mon, 16 Dec 2013 10:52:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsaTE-00009O-Mr for emacs-orgmode@gnu.org; Mon, 16 Dec 2013 10:52:37 -0500 Received: from mail-vb0-x232.google.com ([2607:f8b0:400c:c02::232]:60248) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsaTE-00007v-J9 for emacs-orgmode@gnu.org; Mon, 16 Dec 2013 10:52:36 -0500 Received: by mail-vb0-f50.google.com with SMTP id w18so3327368vbj.9 for ; Mon, 16 Dec 2013 07:52:36 -0800 (PST) In-Reply-To: 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: Tim O'Callaghan Cc: org-mode Thanks Tim. Perhaps this could go in the contrib/lisp/ directory? On 16 December 2013 14:02, Tim O'Callaghan wrote: > Hi Adam. > > I still lurk on the org-mode list. I'm not using org as much as a TODO > system any more, mostly for publishing and notes, so I am not sure if > it works with the lates version of org. > > Attached is the code, released for those that might find it of value. > It has not substantially changed in all that time. Its essentially an > extra highlighter aimed at org-mode nodes that have tags like todo and > project. > > regards, > > Tim. > > On 15 December 2013 17:08, Adam Spiers wrote: >> Hey Tim, >> >> I realise this is from over 4 years ago, but I was wondering if you'd >> made any progress with org-action-verbs since then? It's a great idea >> and IMHO worthy of being made into a package. >> >> Cheers, >> Adam >> >> On 1 October 2009 03:29, Tim O'Callaghan wrote: >>> Small update. Fixes the problem of the highlighting not disappearing >>> when headline is fixed. >>> >>> - Still has some issues with removing highlighting when TODO becomes >>> something else. >>> >>> - Added new default verbs: >>> TODO, NEXT -> Call, Email, Fix, Find, Fill out, Give, Print, Re-Do, Take >>> PROJECT -> Configure, Draft, Purge, Gather >>> >>> Enjoy, >>> >>> Tim.