Rodrigo Morales <moralesrodrigo1...@gmail.com> writes: > (with-temp-buffer > (org-mode) > (insert > "* 1 > ,** 1.1 > ,** 1.2 > ,** 1.3 > ,* 2 > ,** 2.1 > ,** 2.2 > ,** 2.3 > ") > (goto-char (point-min)) > (org-map-entries > (lambda () > (widen) > (org-entry-get nil "ITEM")) > nil > 'tree)) > #+end_src > > #+RESULTS: > #+begin_example > ("1" "1.1" "1.2" "1.3" "2" "2.1" "2.2" "2.3") > #+end_example
I cannot reproduce on the latest main (Org 9.7-pre) Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>