* How do I create an agenda block for entries with a specific tag?
@ 2013-06-28 7:48 Alan Schmitt
2013-06-28 8:39 ` Noorul Islam K M
2013-06-30 21:10 ` Bastien
0 siblings, 2 replies; 6+ messages in thread
From: Alan Schmitt @ 2013-06-28 7:48 UTC (permalink / raw)
To: Org Mode
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How do I create an agenda block for entries with a specific tag?
2013-06-28 7:48 How do I create an agenda block for entries with a specific tag? Alan Schmitt
@ 2013-06-28 8:39 ` Noorul Islam K M
2013-06-28 8:46 ` Alan Schmitt
2013-06-30 21:10 ` Bastien
1 sibling, 1 reply; 6+ messages in thread
From: Noorul Islam K M @ 2013-06-28 8:39 UTC (permalink / raw)
To: Alan Schmitt; +Cc: Org Mode
Alan Schmitt <alan.schmitt@polytechnique.org> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How do I create an agenda block for entries with a specific tag?
2013-06-28 8:39 ` Noorul Islam K M
@ 2013-06-28 8:46 ` Alan Schmitt
0 siblings, 0 replies; 6+ messages in thread
From: Alan Schmitt @ 2013-06-28 8:46 UTC (permalink / raw)
To: Noorul Islam K M; +Cc: Org Mode
Hi Noorul,
noorul@noorul.com writes:
> Alan Schmitt <alan.schmitt@polytechnique.org> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How do I create an agenda block for entries with a specific tag?
2013-06-28 7:48 How do I create an agenda block for entries with a specific tag? Alan Schmitt
2013-06-28 8:39 ` Noorul Islam K M
@ 2013-06-30 21:10 ` Bastien
2013-07-01 11:24 ` Alan Schmitt
2013-07-06 11:04 ` Alan Schmitt
1 sibling, 2 replies; 6+ messages in thread
From: Bastien @ 2013-06-30 21:10 UTC (permalink / raw)
To: Alan Schmitt; +Cc: Org Mode
Hi Alan,
Alan Schmitt <alan.schmitt@polytechnique.org> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How do I create an agenda block for entries with a specific tag?
2013-06-30 21:10 ` Bastien
@ 2013-07-01 11:24 ` Alan Schmitt
2013-07-06 11:04 ` Alan Schmitt
1 sibling, 0 replies; 6+ messages in thread
From: Alan Schmitt @ 2013-07-01 11:24 UTC (permalink / raw)
To: Bastien; +Cc: Org Mode
Hi Bastien,
bzg@gnu.org writes:
> Hi Alan,
>
> Alan Schmitt <alan.schmitt@polytechnique.org> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How do I create an agenda block for entries with a specific tag?
2013-06-30 21:10 ` Bastien
2013-07-01 11:24 ` Alan Schmitt
@ 2013-07-06 11:04 ` Alan Schmitt
1 sibling, 0 replies; 6+ messages in thread
From: Alan Schmitt @ 2013-07-06 11:04 UTC (permalink / raw)
To: Bastien; +Cc: Org Mode
Hi Bastien,
bzg@gnu.org writes:
> Hi Alan,
>
> Alan Schmitt <alan.schmitt@polytechnique.org> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-07-06 11:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-28 7:48 How do I create an agenda block for entries with a specific tag? Alan Schmitt
2013-06-28 8:39 ` Noorul Islam K M
2013-06-28 8:46 ` Alan Schmitt
2013-06-30 21:10 ` Bastien
2013-07-01 11:24 ` Alan Schmitt
2013-07-06 11:04 ` Alan Schmitt
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.