Hi!
I don't know what an ECM is in this context, but I assume you mean a
minimal reproducible case.
1. Set |org-use-property-inheritance '("PRIORITY")|
2. Create a new org file with this content:
* [#A] parent
** child A
** child B
3. View org-columns (C-c C-x C-c in my setup)
4. Note that the children have priority B, while parent has priority A.
For my use case I want org agenda to recognize that priority is being
inherited for purpose of filtering and sorting.
On 01/03/2018 01:41 PM, Nicolas Goaziou wrote:
Hello,
Jesse Johnson <bbukni...@gmail.com> writes:
I want child org items to inherit priority from their parent.
I tried setting |org-use-property-inheritance '("PRIORITY")|, but it
did not have any apparent effect.
What did you try exactly, i.e., how could you show an ECM demonstrating
the issue?
Regards,