From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maurice Subject: tag groups Date: Sat, 25 May 2013 16:55:32 +0200 Message-ID: <87obbz5ct7.fsf@lonovo.maison.ici> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45406) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgFsh-0002D7-SV for emacs-orgmode@gnu.org; Sat, 25 May 2013 10:55:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgFsb-0003if-77 for emacs-orgmode@gnu.org; Sat, 25 May 2013 10:55:39 -0400 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]:37192) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgFsa-0003hL-MC for emacs-orgmode@gnu.org; Sat, 25 May 2013 10:55:33 -0400 Received: from lonovo.maison.ici (unknown [82.65.145.25]) by smtp2-g21.free.fr (Postfix) with ESMTP id 1965C4B01F4 for ; Sat, 25 May 2013 16:55:26 +0200 (CEST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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=20 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 =20 (("note" . 110) ("noexport" . 120) ("lien" . 98) ("crypt" . 99)) =20 value for : org-tag-alist-for-agenda ((:startgroup) ("pr=C3=AAt=C3=A9" . 112) ("emprunt=C3=A9" . 101) (:endgroup) ("note" . 110) ("noexport" . 120) ("lien" . 98) ("crypt" . 99) ("projet" . 112) ("suspendu" . 122) (:startgroup "lieu") ("@dehors" . 100) (:grouptags) ("@lieu1" . 97) ("@lieu2" . 118)) =20 org-tag-groups-alist=20 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 : =20 GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-05-1= 1 on gkar, modified by Debian Org-mode version 8.0.3 (release_8.0.3-150-g61d8eb @ /home/momo/.emacs.d/ve= ndor/org-mode/lisp/) Thanks, Maurice