org-list-struct-apply-struct

org-list-struct-apply-struct is a compiled Lisp function in `org-list.el'.

(org-list-struct-apply-struct STRUCT OLD-STRUCT)

Apply set difference between STRUCT and OLD-STRUCT to the buffer.

OLD-STRUCT is the structure before any modifications, and STRUCT
the structure to be applied. The function will only modify parts
of the list which have changed.

Initial position of cursor is restored after the changes.