Re: [O] org agenda extensions

2013-01-12 Thread Thomas Alexander Gerds
Hi Bastien ok. will investigate. thanks for now. Best Thomas Bastien writes: > Hi Thomas, > > Thomas Alexander Gerds writes: > >> I feel that your proposal to first create the agenda using the standard >> `org-agenda-format-item' function and then to replace all lines again, >> by calling a

Re: [O] org agenda extensions

2013-01-12 Thread Bastien
Hi Thomas, Thomas Alexander Gerds writes: > I feel that your proposal to first create the agenda using the standard > `org-agenda-format-item' function and then to replace all lines again, > by calling a suitable function added to `org-agenda-finalize-hook' is > not very efficient. Imagine you

Re: [O] org agenda extensions

2013-01-12 Thread Thomas Alexander Gerds
Hi Bastien I feel that your proposal to first create the agenda using the standard `org-agenda-format-item' function and then to replace all lines again, by calling a suitable function added to `org-agenda-finalize-hook' is not very efficient. but, since you agree that when `org-agenda-property-

Re: [O] org agenda extensions

2013-01-12 Thread Bastien
Hi Thomas, Thomas Alexander Gerds writes: > thanks for looking into this! I understand your general point of > view. however, the proposed changes would only slow down agenda creating > if org-agenda-property-list is set, right? Right. > also, it certainly requires some insights to write > org

Re: [O] org agenda extensions

2013-01-11 Thread Thomas Alexander Gerds
Hi Bastien thanks for looking into this! I understand your general point of view. however, the proposed changes would only slow down agenda creating if org-agenda-property-list is set, right? also, it certainly requires some insights to write org-agenda-overriding-agenda-format which could displa

Re: [O] org agenda extensions

2013-01-11 Thread Bastien
Hi Thomas, I've reviewed the proposed change. `org-scan-tags' already does many things beyond its name, because a "tag" here is really a "match", which can include properties -- see `org-make-tags-matcher' for how the "tags match" is built from properties). This is handy for tags view and `org

Re: [O] org agenda extensions

2013-01-11 Thread Thomas Alexander Gerds
sure, here it comes (attached to this mail). to try my example you need to evaluate the file test.el (also attached) and the following expression: (test-overriding-format "~/saved-attachments/test.org") after saving test.org (also attached) in folder ~/saved-attachments/ does this work for you?

Re: [O] org agenda extensions

2013-01-11 Thread Bastien
Hi Thomas, Thomas Alexander Gerds writes: > with the aim to show properties in custom match views, I have been > experimenting with new variables: > > org-agenda-overriding-agenda-format > org-agenda-property-list > > then, tweaking the function org-scan-tags this enables custom format for > the

[O] org agenda extensions

2013-01-11 Thread Thomas Alexander Gerds
Dear all with the aim to show properties in custom match views, I have been experimenting with new variables: org-agenda-overriding-agenda-format org-agenda-property-list then, tweaking the function org-scan-tags this enables custom format for the agenda lines, optionally showing properties (wi