emacs-orgmode
[Top][All Lists]
Advanced

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

[O] tag groups


From: Maurice
Subject: [O] tag groups
Date: Sat, 25 May 2013 16:55:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Hi all,

I have a problem about groups of tags.

In my custom-file, I defined :

 '(org-tag-alist
(quote
 (("projet" . 112)
  ("suspendu" . 122)
  (:startgroup "lieu")
  ("@dehors" . 100)
  (:grouptags)
  ("@lieu1" . 97)
  ("@lieu2" . 118)
  (:endgroup))))
 '(org-tag-faces nil)
 '(org-tag-persistent-alist
(quote
 (("note" . 110)
  ("noexport" . 120)
  ("lien" . 98)
  ("crypt" . 99))))
 '(org-tags-exclude-from-inheritance (quote ("crypt")))
 '(org-tags-match-list-sublevels (quote indented))

Now, I get 

value for : org-tag-alist

(("projet" . 112)
 ("suspendu" . 122)
 (:startgroup "lieu")
 ("@dehors" . 100)
 (:grouptags)
 ("@lieu1" . 97)
 ("@lieu2" . 118)
 (:endgroup))

 value for : org-tag-persistent-alist
 
(("note" . 110)
 ("noexport" . 120)
 ("lien" . 98)
 ("crypt" . 99))
 
value for : org-tag-alist-for-agenda

 ((:startgroup)
 ("prêté" . 112)
 ("emprunté" . 101)
 (:endgroup)
 ("note" . 110)
 ("noexport" . 120)
 ("lien" . 98)
 ("crypt" . 99)
 ("projet" . 112)
 ("suspendu" . 122)
 (:startgroup "lieu")
 ("@dehors" . 100)
 (:grouptags)
 ("@lieu1" . 97)
 ("@lieu2" . 118))
 
org-tag-groups-alist 
org-tag-groups-alist-for-agenda

keep their original value : nil

If I filter by tag @dehors, I do not get the new filter by tags @dehors or 
@lieu1 or @lieu2.

Versions :
 
 GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-05-11 on 
gkar, modified by Debian

 Org-mode version 8.0.3 (release_8.0.3-150-g61d8eb @ 
/home/momo/.emacs.d/vendor/org-mode/lisp/)

Thanks,

Maurice



reply via email to

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