Re: [Orgmode] Custom agenda view: Select specific tag (or category) + display timestamps

2010-03-20 Thread Carsten Dominik


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


Re: [Orgmode] Custom agenda view: Select specific tag (or category) + display timestamps

2010-03-20 Thread Weiss, Bernd
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am 20.03.2010 16:31, schrieb Carsten Dominik:
 
 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
 


Hi Carsten,

Thanks a lot for your replay!

Sorry, my fault. I didn't assign proper timestamps to some of my entries.

That's what I was looking for:

Headlines with TAGS match: CONFERENCE
work:   Conf A 2010-03-24 Mi :CONFERENCE:PLAN2010:
.
.
.


Everything is fine now :-)

Thanks,

Bernd
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)

iQEcBAEBAgAGBQJLpPkPAAoJEEs3GEaRJz0hQxEH/iBUP6j2isUmc82f56dPUKWY
UrIPkGc+2MF45WzjlIoUvMGUtfVgr7IHp95K9Hshz9cKVfphxYtMv/mLrBG1vsae
+Zgr9WR68FAuKV6QNlXcwapIiwJsksNlUIncDLY0zmTefdceMGKpS4n1pSz9DEfV
u246qxv2gnmu3bCWsyfp1FOc1/SENgIvER2wiWjd2RIy1rOCBpiLO7GYkhPmfTu/
UOhlwgz0lMIwqx2tlQrRodRScZGRFHQTVxfFar3srnu4n5glHIegnSvWhH8cxAvi
m5dYJeu2Vwql7ff6GVa+JGcS7RbD9hEL7+W5obiO7eUlcr4m+YsAbM7Ep46rGNQ=
=QupX
-END PGP SIGNATURE-


___
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


[Orgmode] Custom agenda view: Select specific tag (or category) + display timestamps

2010-03-19 Thread Bernd Weiss
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.

(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