branch: externals/org commit c53d752e614e4ec40661f9e8f671343eb180ff22 Author: Juanma Barranquero <lek...@gmail.com> Commit: Kyle Meyer <k...@kyleam.com>
Backport commit 623db40dd from Emacs * lisp/ol.el (org-link-search-must-match-exact-headline): * lisp/org-faces.el (org-column): Fix typos in docstrings. ; * lisp/*.el: Fix typos in docstrings 623db40dd1cd21623c5cecdc0abbf3ce885f92b1 Juanma Barranquero Thu Nov 17 08:48:02 2022 +0100 --- lisp/ol.el | 2 +- lisp/org-faces.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ol.el b/lisp/ol.el index 4ad1f6d345..108f031cde 100644 --- a/lisp/ol.el +++ b/lisp/ol.el @@ -339,7 +339,7 @@ another window." (defcustom org-link-search-must-match-exact-headline 'query-to-create "Non-nil means internal fuzzy links can only match headlines. -When nil, the a fuzzy link may point to a target or a named +When nil, the fuzzy link may point to a target or a named construct in the document. When set to the special value `query-to-create', offer to create a new headline when none matched. diff --git a/lisp/org-faces.el b/lisp/org-faces.el index d96898372f..78148a1b6d 100644 --- a/lisp/org-faces.el +++ b/lisp/org-faces.el @@ -137,7 +137,7 @@ The following faces apply, with this priority. Since column view works by putting overlays with a display property over individual characters in the buffer, the face of the underlining -character (this might for example be the a TODO keyword) might still +character (this might for example be the TODO keyword) might still shine through in some properties. So when your column view looks funny, with \"random\" colors, weight, strike-through, try to explicitly set the properties in the `org-column' face. For example, set