branch: externals/org commit 2e0fcc14e225ec6e83c2e1b7d18d5af372daa67b Author: Stefan Kangas <stefankan...@gmail.com> Commit: Kyle Meyer <k...@kyleam.com>
Backport commit ba485eb94 from Emacs ; Fix typos ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d Stefan Kangas Fri Nov 18 16:02:19 2022 +0100 --- etc/ORG-NEWS | 2 +- lisp/ob-tangle.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS index 9df9a4b652..3b6ab2e2ad 100644 --- a/etc/ORG-NEWS +++ b/etc/ORG-NEWS @@ -2847,7 +2847,7 @@ can pass the converted path to the =sqlcmd= tool. **** Improved support of header arguments for postgresql -The postgresql engine in a sql code block supports now ~:dbport~ nd +The postgresql engine in a sql code block now supports ~:dbport~ and ~:dbpassword~ as header arguments. **** Support for additional plantuml output formats diff --git a/lisp/ob-tangle.el b/lisp/ob-tangle.el index 525d27bc07..d9814a7aa6 100644 --- a/lisp/ob-tangle.el +++ b/lisp/ob-tangle.el @@ -433,7 +433,7 @@ non-nil, return the full association list to be used by ;; The created link is transient. Using ID is ;; not necessary, but could have side-effects if ;; used. An ID property may be added to - ;; existing entries thus creatin unexpected file + ;; existing entries thus creating unexpected file ;; modifications. (org-id-link-to-org-use-id nil) (l (org-no-properties (org-store-link nil)))) @@ -525,7 +525,7 @@ by `org-babel-get-src-block-info'." ("link" . ,(let (;; The created link is transient. Using ID is ;; not necessary, but could have side-effects if ;; used. An ID property may be added to - ;; existing entries thus creatin unexpected file + ;; existing entries thus creating unexpected file ;; modifications. (org-id-link-to-org-use-id nil)) (org-no-properties (org-store-link nil))))