]> git.lyx.org Git - features.git/commitdiff
Amend b8502a3ea2735c4
authorJuergen Spitzmueller <spitz@lyx.org>
Thu, 3 Nov 2022 06:14:14 +0000 (07:14 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Thu, 3 Nov 2022 06:14:14 +0000 (07:14 +0100)
lib/lyx2lyx/lyx_2_4.py

index eefd283538278d622bd49b893cab9512c3d646c9..73826a5f59373a3e9bfc1b12b73ed82fcbd25ee6 100644 (file)
@@ -4508,8 +4508,11 @@ def revert_index_macros(document):
                             if xiimple == -1:
                                 document.warning("Malformed LyX document: Can't find end of index macro inset plain layout at line %d" % i)
                             else:
-                                xicont = document.body[xiimpl:xiimple]
-                                xxicont = document.body[xiimple+1:xiim] + document.body[xiime+1:iimple]
+                                # the sortkey
+                                xicont = document.body[xiimpl+1:xiimple]
+                                # everything before ................... or after
+                                xxicont = document.body[iimpl+1:xiim] + document.body[xiime+1:iimple]
+                                # construct the latex sequence
                                 icont = xicont + put_cmd_in_ert("@") + xxicont[1:]
                 if len(subentry) > 0:
                     subentry2 = icont[1:]