[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org 3d76d2ffbf 2/5: Backport commit 93036209f from Emac
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org 3d76d2ffbf 2/5: Backport commit 93036209f from Emacs |
Date: |
Sun, 20 Nov 2022 22:58:04 -0500 (EST) |
branch: externals/org
commit 3d76d2ffbfd90512fa6434404d9d7048fcebf7f8
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Kyle Meyer <kyle@kyleam.com>
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 3c164b1282..9df9a4b652 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 =<<my target>>= 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.