Re: [O] How do I create an agenda block for entries with a specific tag?

2013-07-06 Thread Alan Schmitt
Hi Bastien,

b...@gnu.org writes:

> Hi Alan,
>
> Alan Schmitt  writes:
>
>> I'm trying to find a way to create an agenda bloc (of type agenda) that
>> is restricted to a set of tags. I tried using a skip function but (as I
>> explained in another mail) I cannot get it to work. If someone has done
>> it before, I'd gladly have a look at how to do it.
>
> You can try `org-agenda-tag-filter-preset' but I noticed some quirks
> with it, so maybe you'll have a change to report more bugs.

I just gave it a try and it seems to work great. I'll keep my eyes
opened for any potential bug. Thanks again for the suggestion!

Alan



Re: [O] How do I create an agenda block for entries with a specific tag?

2013-07-01 Thread Alan Schmitt
Hi Bastien,

b...@gnu.org writes:

> Hi Alan,
>
> Alan Schmitt  writes:
>
>> I'm trying to find a way to create an agenda bloc (of type agenda) that
>> is restricted to a set of tags. I tried using a skip function but (as I
>> explained in another mail) I cannot get it to work. If someone has done
>> it before, I'd gladly have a look at how to do it.
>
> You can try `org-agenda-tag-filter-preset' but I noticed some quirks
> with it, so maybe you'll have a change to report more bugs.

Thank you for the suggestion, I'll give it a try.

Best,

Alan



Re: [O] How do I create an agenda block for entries with a specific tag?

2013-06-30 Thread Bastien
Hi Alan,

Alan Schmitt  writes:

> I'm trying to find a way to create an agenda bloc (of type agenda) that
> is restricted to a set of tags. I tried using a skip function but (as I
> explained in another mail) I cannot get it to work. If someone has done
> it before, I'd gladly have a look at how to do it.

You can try `org-agenda-tag-filter-preset' but I noticed some quirks
with it, so maybe you'll have a change to report more bugs.

-- 
 Bastien



Re: [O] How do I create an agenda block for entries with a specific tag?

2013-06-28 Thread Alan Schmitt
Hi Noorul,

noo...@noorul.com writes:

> Alan Schmitt  writes:
>
>> Hello,
>>
>> I'm trying to find a way to create an agenda bloc (of type agenda) that
>> is restricted to a set of tags. I tried using a skip function but (as I
>> explained in another mail) I cannot get it to work. If someone has done
>> it before, I'd gladly have a look at how to do it.
>>
>
>
> From the classic document http://doc.norang.ca/org-mode.html
>
> ("r" "Tasks to Refile" tags "REFILE"
>((org-agenda-overriding-header "Tasks to Refile")
> (org-tags-match-list-sublevels nil)))
>
> Is this what you are looking for?

Unfortunately this is a "tags" block. What I'm looking for is the same
thing, but for an "agenda" block.

Thanks,

Alan



Re: [O] How do I create an agenda block for entries with a specific tag?

2013-06-28 Thread Noorul Islam K M
Alan Schmitt  writes:

> Hello,
>
> I'm trying to find a way to create an agenda bloc (of type agenda) that
> is restricted to a set of tags. I tried using a skip function but (as I
> explained in another mail) I cannot get it to work. If someone has done
> it before, I'd gladly have a look at how to do it.
>


>From the classic document http://doc.norang.ca/org-mode.html

("r" "Tasks to Refile" tags "REFILE"
   ((org-agenda-overriding-header "Tasks to Refile")
(org-tags-match-list-sublevels nil)))

Is this what you are looking for?

Thanks and Regards
Noorul



[O] How do I create an agenda block for entries with a specific tag?

2013-06-28 Thread Alan Schmitt
Hello,

I'm trying to find a way to create an agenda bloc (of type agenda) that
is restricted to a set of tags. I tried using a skip function but (as I
explained in another mail) I cannot get it to work. If someone has done
it before, I'd gladly have a look at how to do it.

Thanks,

Alan