emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] BUG: unwanted ":" in org agenda tags-todo result lines


From: Rainer Stengele
Subject: [O] BUG: unwanted ":" in org agenda tags-todo result lines
Date: Fri, 25 May 2018 19:05:44 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]