Re: [O] tag groups

2013-07-09 Thread Maurice
Bastien,

Bastien b...@gnu.org écrivit :

 I pushed a fix.  Please try against the maint or master branch when
 you get a chance.  Thanks for reporting this!

Sorry for my late reply : I'm living in vacation-mode...

I activate group of tags after your fix with good returns.

Many thanks for your precious work,

Maurice



Re: [O] tag groups

2013-07-09 Thread Bastien
Hi Maurice,

Maurice za...@aliceadsl.fr writes:

 I activate group of tags after your fix with good returns.

Thanks for taking the time to confirm this!

Happy holiday,

-- 
 Bastien



Re: [O] tag groups

2013-07-06 Thread Maurice
Hi, Bastien,

Bastien b...@gnu.org écrivit :

 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))

 You're missing an :endgroup here -- that's weird.

No, this value was the result of the command « describe-variable 
org-tag-alist-for-agenda »

 Can you pull from the git repo and report if you still have the
 issue you reported?  If so, please add an example I can quickly
 use to reproduce the problem.

The problem is still there in the last git repo :
release_8.0.5-314-g0bab94

My minimal emacs :

--8---cut here---start-8---
(add-to-list 'load-path (expand-file-name ~/.emacs.d/vendor/org-mode/lisp))
(add-to-list 'load-path (expand-file-name 
~/.emacs.d/vendor/org-mode/contrib/lisp))
(add-to-list 'auto-mode-alist '(\\.\\(org\\|org_archive\\|txt\\)$ . org-mode))
(setq org-agenda-files '(~/org/temp.org))
(require 'org)

(global-set-key \C-cl 'org-store-link)
(global-set-key \C-ca 'org-agenda)
(global-set-key \C-cb 'org-iswitchb)

(setq org-tag-alist
(quote
 ((projet . 112)
  (suspendu . 122)
  (:startgroup lieu)
  (@dehors . 100)
  (:grouptags)
  (@lieu1 . 97)
  (@lieu2 . 118)
  (:endgroup lieu
--8---cut here---end---8---

My temp.org :

--8---cut here---start-8---
# -*- mode: org ; coding: utf-8 -*-

* Un:@dehors:
test1

* Deux   :@lieu1:
test2

* Trois  :@lieu2:
test3

* Quatre  :@lieu1:
test4
--8---cut here---end---8---

Maybe, I forget something. Anyway thanks for your investigation.

Maurice



Re: [O] tag groups

2013-07-06 Thread Bastien
Hi Maurice,

Maurice za...@aliceadsl.fr writes:

 No, this value was the result of the command « describe-variable
 org-tag-alist-for-agenda »

Yes -- but somehow the value of this variable is not correctly set.

I will try your minimal example and check, thanks for sharing it.

-- 
 Bastien



Re: [O] tag groups

2013-07-06 Thread Bastien
Hi Maurice,

Bastien b...@gnu.org writes:

 I will try your minimal example and check, thanks for sharing it.

I pushed a fix.  Please try against the maint or master branch when
you get a chance.  Thanks for reporting this!

-- 
 Bastien



Re: [O] tag groups

2013-07-03 Thread Bastien
Hi Maurice,

Maurice za...@aliceadsl.fr writes:

 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))

You're missing an :endgroup here -- that's weird.

 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.

I just fixed a bug wrt to handling the @ character in tags.

Can you pull from the git repo and report if you still have the
issue you reported?  If so, please add an example I can quickly
use to reproduce the problem.

Thanks!

-- 
 Bastien



Re: [O] Tag groups: thanks

2013-06-04 Thread Bastien
John Tait johngt...@gmail.com writes:

 Just a quick belated note to say thank-you very much for the tag
 groups feature in org-mode 8.

Glad you like it!

-- 
 Bastien



Re: [O] Tag groups: thanks

2013-06-04 Thread Bastien
Hi Karl,

Karl Voit devn...@karl-voit.at writes:

 * John Tait johngt...@gmail.com wrote:

 Just a quick belated note to say thank-you very much for the tag groups
 feature in org-mode 8.

 It's very similar to a tag hierarchy request I made on the list a while
 ago, so I'm delighted to see something similar in the new version.

 I am not sure how the situation is with the official releases.
 However, I am using these tag groups since I started with Org-mode
 in 2011.

Mhh.. quite impossible, as tag groups were really implemented
after 7.9.4 -- see the documentation:

  http://orgmode.org/manual/Tag-groups.html

surely you have something else in mind, like simple grouping
like { tag1 tag2 } ?

-- 
 Bastien



Re: [O] Tag groups: thanks

2013-06-04 Thread Karl Voit
* Bastien b...@gnu.org wrote:
 Hi Karl,

 Karl Voit devn...@karl-voit.at writes:

 * John Tait johngt...@gmail.com wrote:

 Just a quick belated note to say thank-you very much for the tag groups
 feature in org-mode 8.

 I am not sure how the situation is with the official releases.
 However, I am using these tag groups since I started with Org-mode
 in 2011.

 Mhh.. quite impossible, as tag groups were really implemented
 after 7.9.4 -- see the documentation:

   http://orgmode.org/manual/Tag-groups.html

 surely you have something else in mind, like simple grouping
 like { tag1 tag2 } ?

You're absolutely right: I mixed up simple grouping with Tag groups.

Therefore, I add myself to the thank-you-list of this new feature I
was not aware of :-)

-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
get Memacs from https://github.com/novoid/Memacs 

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github




Re: [O] Tag groups: thanks

2013-06-03 Thread Karl Voit
* John Tait johngt...@gmail.com wrote:

 Just a quick belated note to say thank-you very much for the tag groups
 feature in org-mode 8.

 It's very similar to a tag hierarchy request I made on the list a while
 ago, so I'm delighted to see something similar in the new version.

I am not sure how the situation is with the official releases.
However, I am using these tag groups since I started with Org-mode
in 2011.

Nevertheless it's always very nice to say thank you and you're
absolutely right: this *is* quite handy :-)

-- 
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
get Memacs from https://github.com/novoid/Memacs 

https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github




[O] Tag groups: thanks

2013-06-02 Thread John Tait
Just a quick belated note to say thank-you very much for the tag groups
feature in org-mode 8.

It's very similar to a tag hierarchy request I made on the list a while
ago, so I'm delighted to see something similar in the new version.

Cheers, John


[O] tag groups

2013-05-25 Thread Maurice
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