From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: BUG: unwanted ":" in org agenda tags-todo result lines Date: Tue, 29 May 2018 07:53:42 +0200 Message-ID: <8cec552a-a212-202a-bd88-46bd6b1fcf98@online.de> References: <87muwm4sha.fsf@nicolasgoaziou.fr> 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]:57983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNXa2-0002jn-Qr for emacs-orgmode@gnu.org; Tue, 29 May 2018 01:53:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNXZy-0007Pn-RJ for emacs-orgmode@gnu.org; Tue, 29 May 2018 01:53:58 -0400 Received: from mout.kundenserver.de ([212.227.126.135]:51603) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fNXZy-0007O7-Hh for emacs-orgmode@gnu.org; Tue, 29 May 2018 01:53:54 -0400 In-Reply-To: <87muwm4sha.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Am 26.05.2018 um 12:32 schrieb Nicolas Goaziou: > 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, > Thanks, Nicolas. works as expected now. Regards, Rainer