On Mon 22. Mar - 21:07:43, Emilio Jesús Gallego Arias wrote:
> Holger Macht writes:
>
> > On Mo 22. Mär - 18:44:38, Emilio Jesús Gallego Arias wrote:
> >> Holger Macht writes:
> >>
> >> > (org-entry-properties nil 'all) does not return inherite
On Mo 22. Mär - 18:44:38, Emilio Jesús Gallego Arias wrote:
> Holger Macht writes:
>
> > (org-entry-properties nil 'all) does not return inherited properties
> > added with a file directive like that:
> >
> > #+PROPERTY: propkey propval
> >
> > Is
Hi,
(org-entry-properties nil 'all) does not return inherited properties
added with a file directive like that:
#+PROPERTY: propkey propval
Is this by intention? If so, is there a method to get all the properties
of an item, also inherited ones?
Currently I was just able to find (org-entry-get)
Hi,
(org-entry-properties nil 'all) does not return properties specified in
the file (inherited properties) via a directive such as
#+PROPERTY: stylesheet /stylesheets/stylesheet.org
Is this by intention? If so, is there a easy method to return a list of
all properties, also inherited ones?
Tha