branch: externals-release/org
commit e0ef255b5b4ed9c9ef8f173b295de417f33f2e22
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
etc/ORG-NEWS: Fix another broken link
* etc/ORG-NEWS (~orgtbl-to-generic~ retains special rows when exporting to
Org):
(=ox-org= now exports special table rows by default): Do not link
internally. For exported version of the ORG-NEWS, we only export the
latest version changelog, so the earlier changelogs are not available.
Instead, just use web link.
---
etc/ORG-NEWS | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 23d35b8842..4799593d13 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -682,8 +682,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:
@@ -2553,6 +2552,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.