From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Checkbox cookies not shown anymore when refiling Date: Mon, 07 Mar 2016 22:44:40 +0100 Message-ID: <87wppearp3.fsf@nicolasgoaziou.fr> References: <87h9gnvzxm.fsf@nicolasgoaziou.fr> <87wppey1k1.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad2vH-0007eB-1D for emacs-orgmode@gnu.org; Mon, 07 Mar 2016 16:42:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ad2vD-0000U5-P6 for emacs-orgmode@gnu.org; Mon, 07 Mar 2016 16:42:38 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:50718) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ad2vD-0000U1-J4 for emacs-orgmode@gnu.org; Mon, 07 Mar 2016 16:42:35 -0500 In-Reply-To: (Georges's message of "Mon, 7 Mar 2016 19:53:19 +0000 (UTC)") 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: Georges Cc: emacs-orgmode@gnu.org Hello, Georges writes: > This regexp apparently is not active anymore It is, but was moved into `org--get-outline-path-1'. > The reason I do that is because I want to refile a task (single action) > under a project (multiple action item, with statistics cookie) and not under > another plain task. `org-refile-target-verify-function' could be used to filter out "plain tasks" and keep only project-related ones. Regards, -- Nicolas Goaziou