From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: org-archive-subtree should not include statitics counters for :ARCHIVE_OLPATH: [8.0.1 (release_8.0.1-10676-gd887b9 @ /home/mrb/dev/emacs/packages/org-mode/lisp/)] Date: Sat, 4 May 2013 21:40:43 +0200 Message-ID: References: <877gjlyb2r.fsf@hsdev.com> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYiK7-0003TR-LR for emacs-orgmode@gnu.org; Sat, 04 May 2013 15:40:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UYiK6-00036a-Dr for emacs-orgmode@gnu.org; Sat, 04 May 2013 15:40:47 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:47747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UYiK6-00036W-4J for emacs-orgmode@gnu.org; Sat, 04 May 2013 15:40:46 -0400 Received: by mail-wg0-f44.google.com with SMTP id z12so2453260wgg.11 for ; Sat, 04 May 2013 12:40:45 -0700 (PDT) In-Reply-To: <877gjlyb2r.fsf@hsdev.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: Marcel van der Boom Cc: emacs-orgmode@gnu.org On 29.4.2013, at 10:50, Marcel van der Boom wrote: >=20 > When using org-archive-subtree, any statistic counters present in the > header will be copied to > the :ARCHIVE_OLPATH: property. >=20 > Example: >=20 > The property is set to: >=20 > ':ARCHIVE_OLPATH: Development [22%] [82/358]/Openobject = tasks/OpenERP 7.x Interne HSD implementatie [31%] [35/112]' >=20 > when the hierarchy is >=20 > * Development [22%] [82/358] > ** Openobject tasks > *** OpenERP 7.x Interne HSD implementatie [31%] [35/112]' >=20 > These statistics should not be copied to the property. I can reproduce this, and I agree that it might be useful to remove them = when constructing the OLPATH. I would accept a patch to this effect. - Carsten