emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Custom agenda views: display date, not tags


From: Bernt Hansen
Subject: Re: [O] Custom agenda views: display date, not tags
Date: Sun, 05 Feb 2012 09:53:54 -0500
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux)

knubee <address@hidden> writes:

> I am trying to create a custom agenda view that displays the deadline date 
> (rather than the tags) associated with certain entries.
>
> So, rather than:
>
>  todo:  TODO Finish the task           :Work:
>
> I want to display:
>
>  todo:  TODO Finish the task           5 February 2012
>
> I haven't been able to find the appropriate variables to control this. 
> Suggestions?

I don't think you can do this ... but you can use column view to overlay
the deadline on the agenda.

--8<---------------cut here---------------start------------->8---
#+COLUMNS: %50ITEM %DEADLINE
* Deadline agenda view                                                :sometag:
DEADLINE: <2012-02-04 Sat>
[2012-02-05 Sun 09:39]
--8<---------------cut here---------------end--------------->8---

With this org file open

C-c C-c on the #+COLUMNS: line once to set the value

C-c a 1 a   - goes to the agenda with only this file
C-c C-x C-c - start column view displaying deadlines

You can set this as your default agenda view with

--8<---------------cut here---------------start------------->8---
(setq org-columns-default-format "%50ITEM %DEADLINE"
--8<---------------cut here---------------end--------------->8---

then you can use it in any agenda view to overlay the deadline details.

HTH,
Bernt





reply via email to

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