From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: BUG: unwanted ":" in org agenda tags-todo result lines Date: Fri, 25 May 2018 19:05:44 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMGA9-0000vu-7z for emacs-orgmode@gnu.org; Fri, 25 May 2018 13:05:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMGA6-0003Pk-0V for emacs-orgmode@gnu.org; Fri, 25 May 2018 13:05:57 -0400 Received: from [195.159.176.226] (port=58089 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fMGA5-0003PS-LI for emacs-orgmode@gnu.org; Fri, 25 May 2018 13:05:53 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fMG7v-0006xX-4k for emacs-orgmode@gnu.org; Fri, 25 May 2018 19:03:39 +0200 Content-Language: de-DE-1901 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 Hi, Emacs : GNU Emacs 25.3.1 (x86_64-w64-mingw32) of 2017-09-17 Package: Org mode version 9.1.13 (release_9.1.13-763-g2621db @ c:/Users/rstengele/AppData/Roaming/.emacs.d/org/lisp/) I configured a minimal Emacs startup file as here --8<---------------cut here---------------start------------->8--- (add-to-list 'load-path "~/.emacs.d/org/lisp/") (require 'org) (global-set-key "\C-ca" 'org-agenda) ;; test specific settings ;; (setq org-complete-tags-always-offer-all-agenda-tags t) (setq org-agenda-files '("~/org/bug-agenda.org")) (setq org-agenda-custom-commands '(("H" "tags-todo" ;; standard Aegis view ((tags-todo "ACTIVE"))))) --8<---------------cut here---------------end--------------->8--- The file "~/org/bug-agenda.org" contains the following: --8<---------------cut here---------------start------------->8--- * TODO todo 1 :ACTIVE: SCHEDULED: <2018-05-25 Fr> * TODO todo 2 :ACTIVE: SCHEDULED: <2018-05-25 Fr> --8<---------------cut here---------------end--------------->8--- Starting with "emacs.exe -Q -l ~\mini-init.el" the resulting agenda is this: --8<---------------cut here---------------start------------->8--- Headlines with TAGS match: ACTIVE bug-agenda: TODO todo 1 : :ACTIVE: bug-agenda: TODO todo 2 : :ACTIVE: --8<---------------cut here---------------end--------------->8--- Please look at the ":" after the 2 todo lines. I do not know where these are coming from and consider them unwanted. Can someone please recreate and try to fix this please? Thank you. Regards, Rainer