Hi, I am trying to sort the whole list and every note and so on but the sorting order is not correct. For example I have a list that has severeal titles starting with 1. 2. 3. but the list shows the following order:
-
-
-
-
-
-
- 4. 3.
-
-
-
-
-
This is what I am doing, or trying to do to solve it.
- Shift shift
- Sort
- Whole list
- Alphabetical
But the bullets I mentioned earlier do not move at all. Any way to fix this? When I add a new element and hit sort, it sorts it, but not on the same level as the numbered list.
Edit: Kind of fixed it by removing the . after each number. It turned out that the bullet points were sorted alphabetically but not by number but by the first letter present in each row,