From 3d76d2ffbfd90512fa6434404d9d7048fcebf7f8 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 17 Nov 2022 09:31:46 +0100 Subject: [PATCH] Backport commit 93036209f from Emacs ; Fix typos (duplicate words) 93036209fae87dc620b27b2ce2e0146e6252113c Stefan Kangas Thu Nov 17 09:34:24 2022 +0100 --- etc/ORG-NEWS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 3c164b128..9df9a4b65 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -5763,7 +5763,7 @@ that Calc formulas can operate on them. **** org-ctags.el (Paul Sexton) Targets like =<>= can now be found by Emacs' etag - functionality, and Org-mode links can be used to to link to + functionality, and Org-mode links can be used to link to etags, also in non-Org-mode files. For details, see the file /org-ctags.el/. @@ -6120,7 +6120,7 @@ that Calc formulas can operate on them. code that is actually evaluated comprises the code block contents, augmented with the extra code which assigns the referenced data to variables. It is now possible to preview expanded contents, and - also to expand code during during tangling. This expansion takes + also to expand code during tangling. This expansion takes into account all header arguments, and variables. A new keybinding `C-c M-b p' bound to `org-babel-expand-src-block' @@ -6235,7 +6235,7 @@ that Calc formulas can operate on them. **** Localized clock tables - Clock tables now support a new new =:lang= parameter, allowing + Clock tables now support a new =:lang= parameter, allowing the user to customize the localization of the table headers. See the variable =org-clock-clocktable-language-setup= which controls available translated strings.