From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: feature: include internal archive in [%] cookies Date: Wed, 25 Jan 2012 10:10:03 +0100 Message-ID: <871uqono5w.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpyqZ-0004c7-FY for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 04:08:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpyqY-0006YS-Ap for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 04:08:51 -0500 Received: from mail-wi0-f169.google.com ([209.85.212.169]:51846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpyqY-0006YJ-0u for emacs-orgmode@gnu.org; Wed, 25 Jan 2012 04:08:50 -0500 Received: by wibhj13 with SMTP id hj13so380273wib.0 for ; Wed, 25 Jan 2012 01:08:49 -0800 (PST) In-Reply-To: (Tyler Renelle's message of "Tue, 17 Jan 2012 12:11:13 -0500") 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: Tyler Renelle Cc: emacs-orgmode@gnu.org Hi Tyler, Tyler Renelle writes: > When I mark things complete, I then send them to internal archive. >  Any chance of adding an option for the [%] cookie to count items in > Archive subtree? No, because the [%] only takes direct children into account. Entries in an archive subtree are discarded, just as entries in any subtree. But you can still use C-c C-x a to toggle the :ARCHIVE: tag: in that case, stats take the archived entries into account. HTH, -- Bastien