org-element: New `org-element-*property*' function

This commit is contained in:
Masanao Igarashi
2025-02-19 18:56:53 +09:00
parent 1c1e2269b7
commit f0861900ff

View File

@@ -824,7 +824,7 @@ a communication channel."
(bul (org-element-property :bullet item)) (bul (org-element-property :bullet item))
(num (number-to-string (num (number-to-string
(car (last (org-list-get-item-number (car (last (org-list-get-item-number
(org-element-property :begin item) (org-element-begin item)
struct struct
(org-list-prevs-alist struct) (org-list-prevs-alist struct)
(org-list-parents-alist struct))))))) (org-list-parents-alist struct)))))))