Parcourir la source

Merge branch 'maint'

Nicolas Goaziou il y a 6 ans
Parent
commit
3ae98eafd0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -505,7 +505,7 @@ variable is initialized with `org-table-analyze'.")
   "Match a reference that needs translation, for reference display.")
 
 (defconst org-table-separator-space
-  (propertize " " 'display '(space :width 1))
+  (propertize " " 'display '(space :relative-width 1))
   "Space used around fields when aligning the table.
 This space serves as a segment separator for the purposes of the
 bidirectional reordering.")