emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Maurice <zarbi@aliceadsl.fr>
To: emacs-orgmode@gnu.org
Subject: tag groups
Date: Sat, 25 May 2013 16:55:32 +0200	[thread overview]
Message-ID: <87obbz5ct7.fsf@lonovo.maison.ici> (raw)

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	other threads:[~2013-05-25 14:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-25 14:55 Maurice [this message]
2013-07-03 14:04 ` tag groups Bastien
2013-07-06  9:00   ` Maurice
2013-07-06 11:28     ` Bastien
2013-07-06 14:19       ` Bastien
2013-07-09 18:05         ` Maurice
2013-07-09 18:07           ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87obbz5ct7.fsf@lonovo.maison.ici \
    --to=zarbi@aliceadsl.fr \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).