Re: Let `org-element-at-point` or `org-element-context` return element type "tags" when point on tags.

2024-04-07 Thread Ihor Radchenko
"Christopher M. Miles" writes: > When I move point on the headline tags position. I evaluate > `(org-element-at-point)` or `(org-element-context)`, both return element > type is `(headline )`. I hope those two functions can return more > explicit element type like "tags". > I tried to find

Let `org-element-at-point` or `org-element-context` return element type "tags" when point on tags.

2024-04-07 Thread Christopher M. Miles
When I move point on the headline tags position. I evaluate `(org-element-at-point)` or `(org-element-context)`, both return element type is `(headline )`. I hope those two functions can return more explicit element type like "tags". I tried to find this type API function in existing