diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 15:48:22 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 16:02:19 +0100 |
commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
tree | aee24e35b156969e2450699b3d02621bcec3375e /lisp/org | |
parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.bz2 emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.zip |
; Fix typos
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/ChangeLog.1 | 10 | ||||
-rw-r--r-- | lisp/org/ob-tangle.el | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1 index bcc109583cd..6cc76db8df1 100644 --- a/lisp/org/ChangeLog.1 +++ b/lisp/org/ChangeLog.1 @@ -13798,7 +13798,7 @@ 2012-01-03 Dave Abrahams <dave@boostpro.com> * org-agenda.el (org-agenda-follow-indirect): New option. - (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro + (org-agenda-follow-mode): Call `org-agenda-do-context-action' from follow mode. (org-agenda-do-context-action): Also do indirect follow mode action. @@ -17948,7 +17948,7 @@ * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading' will move point to a real heading and not an inline task by - wraping function into a `org-with-limited-levels' macro. + wrapping function into a `org-with-limited-levels' macro. 2011-07-28 Bastien Guerry <bzg@gnu.org> @@ -28477,7 +28477,7 @@ (outline-end-of-subtree): Make `outline-end-of-subtree' use the org-version of this function in Org-mode. We use advice to implement this change, so that future changes to this function in - outline.el wil be handled properly. + outline.el will be handled properly. (org-forward-same-level, org-backward-same-level): New commands. 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> @@ -28769,7 +28769,7 @@ attachments. * org-latex.el (org-export-latex-quotation-marks): Fix export of - quotation makrs in parenthesis. + quotation marks in parenthesis. (org-remove-initial-hash): New function. (org-export-latex-preprocess): Fix bug with infinite loop if environment is not properly closed. @@ -30559,7 +30559,7 @@ 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> * org-archive.el (org-extract-archive-heading): Allow %s for file - name also in achive location heading. + name also in archive location heading. 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> diff --git a/lisp/org/ob-tangle.el b/lisp/org/ob-tangle.el index 525d27bc070..d9814a7aa64 100644 --- a/lisp/org/ob-tangle.el +++ b/lisp/org/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)))) |