branch: externals/org
commit d73e01eca6b85a2ba21178b64c54d00128dfea76
Merge: 416a1df1bb e0ef255b5b
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
Merge branch 'bugfix'
---
etc/ORG-NEWS | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 69bbceceb3..98281ca3e1 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -714,8 +714,7 @@ result type), but may affect the existing usage.
Previously, special table rows were unconditionally removed when
export to Org. Now, the defaults follow what ox-org does - to retain
-special rows by default. See [[*=ox-org= now exports special table rows
-by default]].
+special rows by default. See
[[https://orgmode.org/worg/org-release-notes.html#ox-org-special-table-rows][previous
change]].
To retain the old behavior, add ~:with-special-rows nil~ to PARAMS argument:
@@ -2585,6 +2584,9 @@ Previously, all the header arguments where stripped from
src blocks
during export. Now, header arguments are preserved.
*** =ox-org= now exports special table rows by default
+:PROPERTIES:
+:CUSTOM_ID: ox-org-special-table-rows
+:END:
Previously, when exporting to Org, special table rows (for example,
width cookies) were not exported. Now, they are exported by default.