emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: Org-mode version 5.12


From: Fabian Braennstroem
Subject: [Orgmode] Re: Org-mode version 5.12
Date: Sun, 14 Oct 2007 20:15:46 +0000
User-agent: KNode/0.8.1

...sorry, a second try to reply...


Hi Carsten,


Carsten Dominik schrieb am 10/12/2007 04:09 AM:
>    - New variable `org-use-property-inheritance'.  Configure it
>      to `t' if you want that searching for entries with certain
>      properties always should assume inheritance.  This is not
>      well tested yet, please check it out.

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!?

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:

* HEADLINE 1
:PROPERTIES:
:test:1
:END:
some comments

** Headline a

** Headline b
:PROPERTIES:
:neuerTest:0
:END:
some comments

** Headline c


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


The new additional feature would result in:
* HEADLINE 1
:PROPERTIES:
:test:1
:END:
some comments

** Headline b
:PROPERTIES:
:neuerTest:0
:END:
some comments

i.e. the comments, properties and headline of the inherited
property are listed too. I 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   :-) 

Greetings!
Fabian





 






reply via email to

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