[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."
- [elpa] externals-release/org updated (7de8b3917c -> d4eaf8fe5f), ELPA Syncer, 2024/01/31
- [elpa] externals-release/org a5e84c2fb8 3/9: org-link-translation-function: Remove reference to removed function, ELPA Syncer, 2024/01/31
- [elpa] externals-release/org ee0196e6af 7/9: doc/org-manual.org (Generating a sitemap): Link to `org-publish-project-alist', ELPA Syncer, 2024/01/31
- [elpa] externals-release/org 28e38a47aa 8/9: doc/org-manual.org (Generating a sitemap): Fix property list, ELPA Syncer, 2024/01/31
- [elpa] externals-release/org 75b6f2712a 4/9: lisp/org-table.el (org-table-copy-down): Fix typo, ELPA Syncer, 2024/01/31
- [elpa] externals-release/org ede8294cf7 1/9: lisp/ox.el: Fix removed variable in the commentary, ELPA Syncer, 2024/01/31
- [elpa] externals-release/org ad90ff7cb2 5/9: lisp/org-table.el: Fix reference to non-existing function, ELPA Syncer, 2024/01/31
- [elpa] externals-release/org 4aced687b8 2/9: lisp/org-tempo.el: Do not refer to removed function in the commentary, ELPA Syncer, 2024/01/31
- [elpa] externals-release/org d4eaf8fe5f 9/9: org-publish-sitemap-file-entry-format: Do not refer to non-existing symbol, ELPA Syncer, 2024/01/31
- [elpa] externals-release/org f1978ede29 6/9: org-odt-get-table-cell-styles: Fix reference to obsolete text property,
ELPA Syncer <=