aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ORG-NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 12eab44f0f7..b9f3b0cdbe4 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -1358,7 +1358,7 @@ don't have to be distinct on a heading.
1358 1358
1359Grouptags had to previously be defined with { }. This syntax is 1359Grouptags had to previously be defined with { }. This syntax is
1360already used for exclusive tags and Grouptags need their own, 1360already used for exclusive tags and Grouptags need their own,
1361non-exclusive syntax. This behaviour is achieved with [ ]. Note: { } 1361non-exclusive syntax. This behavior is achieved with [ ]. Note: { }
1362can still be used also for Grouptags but then only one of the given 1362can still be used also for Grouptags but then only one of the given
1363tags can be used on the headline at the same time. Example: 1363tags can be used on the headline at the same time. Example:
1364 1364
@@ -1422,9 +1422,9 @@ Check the documentation for more details.
1422 1422
1423Thanks to Jarmo Hurri for this feature. 1423Thanks to Jarmo Hurri for this feature.
1424 1424
1425*** New behaviour for ~org-toggle-latex-fragment~ 1425*** New behavior for ~org-toggle-latex-fragment~
1426 1426
1427The new behaviour is the following: 1427The new behavior is the following:
1428 1428
1429- With a double prefix argument or with a single prefix argument when 1429- With a double prefix argument or with a single prefix argument when
1430 point is before the first headline, toggle overlays in the whole 1430 point is before the first headline, toggle overlays in the whole
@@ -1623,10 +1623,10 @@ leading spaces within table cells.
1623Org uses the MathJax CDN by default. See the manual and the docstring 1623Org uses the MathJax CDN by default. See the manual and the docstring
1624of ~org-html-mathjax-options~ for details. 1624of ~org-html-mathjax-options~ for details.
1625 1625
1626*** New behaviour in `org-export-options-alist' 1626*** New behavior in `org-export-options-alist'
1627 1627
1628When defining a back-end, it is now possible to specify to give 1628When defining a back-end, it is now possible to specify to give
1629`parse' behaviour on a keyword. It is equivalent to call 1629`parse' behavior on a keyword. It is equivalent to call
1630`org-element-parse-secondary-string' on the value. 1630`org-element-parse-secondary-string' on the value.
1631 1631
1632However, parsed =KEYWORD= is automatically associated to an 1632However, parsed =KEYWORD= is automatically associated to an
@@ -1745,7 +1745,7 @@ everywhere in the buffer, possibly corrupting URLs.
1745*** Removed option =org-babel-sh-command= 1745*** Removed option =org-babel-sh-command=
1746 1746
1747This undocumented option defaulted to the value of =shell-file-name= at 1747This undocumented option defaulted to the value of =shell-file-name= at
1748the time of loading =ob-shell=. The new behaviour is to use the value 1748the time of loading =ob-shell=. The new behavior is to use the value
1749of =shell-file-name= directly when the shell langage is =shell=. To chose 1749of =shell-file-name= directly when the shell langage is =shell=. To chose
1750a different shell, either customize =shell-file-name= or bind this 1750a different shell, either customize =shell-file-name= or bind this
1751variable locally. 1751variable locally.