emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Properties in agenda view


From: Toby St Clere Smithe
Subject: Re: [O] Properties in agenda view
Date: Tue, 04 Nov 2014 18:27:52 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (gnu/linux)

Dear Dominic,

Dominic Surano <address@hidden> writes:
> This can be done with custom agenda commands using tables. Something like 
> this should work:
>
> (setq org-agenda-custom-commands
>  '(("1" . "Custom sorted tables")
>    ("1t" agenda "Tasks agenda table (active only)"
>     ((org-agenda-skip-function
>       '(org-agenda-skip-entry-if 'nottodo '("TODO" "WAITING" "CANCELLED" 
> "DELEGATED" "DONE")))
>     (org-agenda-overriding-columns-format "%75ITEM %20DEADLINE 
> %100Location")
>     (org-agenda-view-columns-initially t))))
>
> This works with tasks that have the following format:
>
> * TODO Go Grocery Shopping
>   DEADLINE: <2014-11-04 Tue>
>   :PROPERTIES:
>   :Location: Trader Joe's
>   :END:
>
> The above example is for sorted agenda. This can also be accomplished for 
> unsorted task lists.

Thanks very much -- I'll have a play with that.

Regards,

Toby


-- 
Toby St Clere Smithe
http://tsmithe.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]