emacs-orgmode
[Top][All Lists]
Advanced

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

RE: [Orgmode] displaying outline path in agenda


From: Egli Christian (KIRO 41)
Subject: RE: [Orgmode] displaying outline path in agenda
Date: Wed, 23 Jan 2008 14:53:15 +0100

Hi 

> One problem with this approach is that the agenda entry is not
> especially informative-- simply "Week 1".  I'd like to edit the
function
> that generates the agenda entries from active timestamps to include
the
> option of using new outline path notation.  In this case, the agenda
> would read "Standing Appointments/Swing III/Week 1".

> I've already identified org-get-outline-path and
org-format-agenda-line
> as functions that might be relevant, but it seems to me that
> org-format-agenda-line comes in to late in the process.  What I really
> want is to replace use the outline path as the txt argument to
> org-format-agenda-line.  Can anyone point me towards the part of the
> org.el source I should be looking at for adding this functionality?

I think you have have to fiddle with all of the functions that are
called from org-agenda-get-day-entries, i.e. 
org-agenda-get-todos, org-agenda-get-timestamps, org-agenda-get-blocks,
org-agenda-get-sexps, org-agenda-get-scheduled, 
org-agenda-get-deadlines.

Try if you can get it to work with one (I guess org-agenda-get-scheduled
for your case) and see if changes are needed in the others.

HTH
Christian




reply via email to

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