From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Masterson Subject: BUG? Extra colon for inherited tags in agenda Date: Wed, 4 Sep 2019 22:44:40 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40524) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i5e1R-0005tE-0l for emacs-orgmode@gnu.org; Wed, 04 Sep 2019 18:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i5e1C-0002uK-Nx for emacs-orgmode@gnu.org; Wed, 04 Sep 2019 18:44:54 -0400 Received: from mail-oln040092014037.outbound.protection.outlook.com ([40.92.14.37]:11968 helo=NAM05-DM3-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i5e1A-0002oT-2q for emacs-orgmode@gnu.org; Wed, 04 Sep 2019 18:44:48 -0400 Content-Language: en-US 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" To: "emacs-orgmode@gnu.org" I see that, for tags picked up via inheritance from parent headlines, when the tags are produced in the agenda, the current agenda item will have an extra colon after the inherited tags. Is this by design? Can that be controlled? Example Parent :tag1: Example child of Parent :tag1:: -- David