From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BUG: unwanted ":" in org agenda tags-todo result lines Date: Sat, 26 May 2018 12:32:49 +0200 Message-ID: <87muwm4sha.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMWVP-0007eB-51 for emacs-orgmode@gnu.org; Sat, 26 May 2018 06:33:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMWVM-0004QM-1O for emacs-orgmode@gnu.org; Sat, 26 May 2018 06:32:59 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:46793) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fMWVL-0004OM-R2 for emacs-orgmode@gnu.org; Sat, 26 May 2018 06:32:55 -0400 In-Reply-To: (Rainer Stengele's message of "Fri, 25 May 2018 19:05:44 +0200") 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: Rainer Stengele Cc: emacs-orgmode@gnu.org Hello, Rainer Stengele writes: > 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 > > (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"))))) > > > The file "~/org/bug-agenda.org" contains the following: > > * TODO todo 1 :ACTIVE: > SCHEDULED: <2018-05-25 Fr> > * TODO todo 2 :ACTIVE: > SCHEDULED: <2018-05-25 Fr> > > > Starting with "emacs.exe -Q -l ~\mini-init.el" > > the resulting agenda is this: > > Headlines with TAGS match: ACTIVE > bug-agenda: TODO todo 1 : :ACTIVE: > bug-agenda: TODO todo 2 : :ACTIVE: > > 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? Fixed. Thank you. Regards, -- Nicolas Goaziou