emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG: unwanted ":" in org agenda tags-todo result lines
@ 2018-05-25 17:05 Rainer Stengele
  2018-05-26 10:32 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Rainer Stengele @ 2018-05-25 17:05 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG: unwanted ":" in org agenda tags-todo result lines
  2018-05-25 17:05 BUG: unwanted ":" in org agenda tags-todo result lines Rainer Stengele
@ 2018-05-26 10:32 ` Nicolas Goaziou
  2018-05-29  5:53   ` Rainer Stengele
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2018-05-26 10:32 UTC (permalink / raw)
  To: Rainer Stengele; +Cc: emacs-orgmode

Hello,

Rainer Stengele <rainer.stengele@online.de> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG: unwanted ":" in org agenda tags-todo result lines
  2018-05-26 10:32 ` Nicolas Goaziou
@ 2018-05-29  5:53   ` Rainer Stengele
  0 siblings, 0 replies; 3+ messages in thread
From: Rainer Stengele @ 2018-05-29  5:53 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

Am 26.05.2018 um 12:32 schrieb Nicolas Goaziou:
> Hello,
> 
> Rainer Stengele <rainer.stengele@online.de> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-29  5:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-25 17:05 BUG: unwanted ":" in org agenda tags-todo result lines Rainer Stengele
2018-05-26 10:32 ` Nicolas Goaziou
2018-05-29  5:53   ` Rainer Stengele

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).