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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to