On Mar 19, 2010, at 8:46 AM, Bernd Weiss wrote:
Dear all,
I'm having trouble with agenda customization. I have a couple of
entries
(+ timestamp) which are tagged with 'conference' and I'd like to
have a
list of conferences + timestamps.
Hi Bernd,
what do you mean by "a list of conferences + timestamps".
Have you tried to use the customize interface - it is quite helpful
for generating org-agenda-custom-commands. There is also an excellent
tutorial by Matt Lundin - maybe it will give you the right ideas?
http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php
HTH
- Carsten
(setq org-agenda-custom-commands
'(
("c" "conferences"
((tags "CONFERENCE"))
)
)
)
Many thanks in advance for your help,
Bernd
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode