beautiful! Thanks!
Nicolas Goaziou writes:
> Hello,
>
> John Kitchin writes:
>
>> hm. We must have different use cases in mind. Currently I am using
>>
>> (save-excursion
>> (goto-char
>>(org-element-property :begin headline))
>>
Hello,
John Kitchin writes:
> hm. We must have different use cases in mind. Currently I am using
>
> (save-excursion
> (goto-char
>(org-element-property :begin headline))
> (org-entry-properties))
>
> to get the properties. I th
hm. We must have different use cases in mind. Currently I am using
(save-excursion
(goto-char
(org-element-property :begin headline))
(org-entry-properties))
to get the properties. I thought there would be a way to get those from
John Kitchin writes:
Hi John,
> Is there a convenient way to get the properties of a headline from
> org-element? I see they are in the parsed output, e.g. as :CATEGORIES
> emacs,org :DATE today, but I didn't see a way to get them if I don't
> already know what they are.
>
> I know how to get th
Hi all,
Is there a convenient way to get the properties of a headline from
org-element? I see they are in the parsed output, e.g. as :CATEGORIES
emacs,org :DATE today, but I didn't see a way to get them if I don't
already know what they are.
I know how to get these from an org file, e.g. org-entr