From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: TODO type problem on speedbar and imenu. Date: Tue, 16 Aug 2011 23:07:04 +0200 Message-ID: <75CC3431-63F3-4EDA-B65C-C2BEA296FFB7@gmail.com> References: <8762mwsdhv.fsf@gmail.com> <87vcursd79.fsf@altern.org> <871uwp8vlp.fsf@gmail.com> Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtQqr-0008SD-JZ for emacs-orgmode@gnu.org; Tue, 16 Aug 2011 17:07:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QtQqq-000589-9t for emacs-orgmode@gnu.org; Tue, 16 Aug 2011 17:07:09 -0400 Received: from mail-ey0-f171.google.com ([209.85.215.171]:42016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QtQqq-00057s-25 for emacs-orgmode@gnu.org; Tue, 16 Aug 2011 17:07:08 -0400 Received: by eyg24 with SMTP id 24so349850eyg.30 for ; Tue, 16 Aug 2011 14:07:07 -0700 (PDT) In-Reply-To: <871uwp8vlp.fsf@gmail.com> 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: Nicolas Goaziou Cc: Bastien , emacs-orgmode@gnu.org, Osamu OKANO On 13.8.2011, at 12:16, Nicolas Goaziou wrote: > Hello, > > Bastien writes: > >> Yep. When you have some free time (!), please suggest a patch and a >> small org test file so that we can test. > > Here is an attempt to convert word boundaries into white spaces where it > matters. I am not sure this is a good idea. With this patch, you always require the space to be there. So "* TODO" would not be a task. I am not sure, this might have side effects. - Carsten > > I paste again the test file from Osamu Okano for reference. > > #+begin_src org > #+TYP_TODO: SOMEDAY > * someday/maybe > * SOMEDAY/maybe > * SOMEDAY maybe > * someday maybe > * read/review > * READ/review > * conf > #+end_src > > > Regards, > > -- > Nicolas Goaziou > <0001-Enforce-white-space-after-todo-keywords.patch>