From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: [PATCH] org-clock: Fix CLOCK_INTO_DRAWER property check Date: Thu, 16 Oct 2014 16:39:22 -0400 Message-ID: <87wq7z92bp.fsf@kmlap.domain.org> References: <87d29rajwv.fsf@kmlap.domain.org> <878ukf3gpl.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xerng-0007MI-Lz for emacs-orgmode@gnu.org; Thu, 16 Oct 2014 16:37:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xerna-0000Cn-K8 for emacs-orgmode@gnu.org; Thu, 16 Oct 2014 16:37:32 -0400 Received: from mail-qa0-f50.google.com ([209.85.216.50]:39020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xerna-0000Ce-HG for emacs-orgmode@gnu.org; Thu, 16 Oct 2014 16:37:26 -0400 Received: by mail-qa0-f50.google.com with SMTP id w8so3016646qac.9 for ; Thu, 16 Oct 2014 13:37:25 -0700 (PDT) In-Reply-To: <878ukf3gpl.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 16 Oct 2014 22:25:10 +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: Nicolas Goaziou Cc: Org-mode Nicolas Goaziou wrote: > This is wrong. > > If p is a string, e.g. "FOO", return value should be "FOO". Ditto if > q contains a string. Right. Thanks for pointing that out. I'll update the patch.