Fabian Braennstroem <[EMAIL PROTECTED]> writes: > The new variable works well, thanks! It would be nice, if one can set > the variable on the fly, when searching. Maybe with an additional > search flag like ALL in the beginning!?
Or maybe the prefixed version of `org-sparse-tree' could toggle inheritance for tags (org-use-tag-inheritance) and for property (org-use-property-inheritance); not sure about this, since it should have an effect on regexp and todo search as well -- and I can't think of something suitable. > One more great feature would be an additional option to the > 'tree-to-indirect-buffer' function from the resulting agenda > view. The additional function would extract the property > drawing and the headline which corresponds to the inherited > property together with the headline shown in the agenda view. ??? > Probably it's better to give a small example: Sure :) > The inherited search would look like: > > test1="1"+neuerTest="0" > > which results using the 'tree-to-indirect-buffer' function in: > ** Headline b > :PROPERTIES: > :neuerTest:0 > :END: > some comments As both expected and correct. > The new additional feature would result in: > * HEADLINE 1 > :PROPERTIES: > :test:1 > :END: > some comments > > ** Headline b > :PROPERTIES: > :neuerTest:0 > :END: > some comments If I understand well, it's just a matter of display the "parent" headline while displaying the matched entry? Isn't this achievable with `org-show-hierarchy-above'? > It would help to know about the corresponding > properties... especially, if you are using this approach as a > simulation database management tool. This would be great :-) Hey don't hurt yourself :) -- Bastien _______________________________________________ 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