emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org f1978ede29 6/9: org-odt-get-table-cell-styl


From: ELPA Syncer
Subject: [elpa] externals-release/org f1978ede29 6/9: org-odt-get-table-cell-styles: Fix reference to obsolete text property
Date: Wed, 31 Jan 2024 10:00:20 -0500 (EST)

branch: externals-release/org
commit f1978ede2962cb93199c53d78f0e2a2e925845f6
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-odt-get-table-cell-styles: Fix reference to obsolete text property
    
    * lisp/ox-odt.el (org-odt-get-table-cell-styles): Remove reference to
    long-obsolete text property used to store table alignment info.
    Instead, refer to table alignment cookies described in the manual.
    
    Reported-by: Stefan Kangas <stefankangas@gmail.com>
    Link: 
https://orgmode.org/list/CADwFkmnsjEg+d7ty0bjT5RGQiS-SdKcvRUy+KHDh+maa92bp1w@mail.gmail.com
---
 lisp/ox-odt.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el
index 2c70d1dea2..0b455d61b1 100644
--- a/lisp/ox-odt.el
+++ b/lisp/ox-odt.el
@@ -3254,8 +3254,9 @@ Return a cons of (TABLE-CELL-STYLE-NAME . 
PARAGRAPH-STYLE-NAME).
 
 When STYLE-SPEC is nil, style the table cell the conventional way
 - choose cell borders based on row and column groupings and
-choose paragraph alignment based on `org-col-cookies' text
-property.  See also `org-odt-table-style-spec'.
+choose paragraph alignment based on table alignment cookies (see info
+node `(org)Column Width and Alignment').  See also
+`org-odt-table-style-spec'.
 
 When STYLE-SPEC is non-nil, ignore the above cookie and return
 styles congruent with the ODF-1.2 specification."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]