diff options
| author | Stefan Kangas | 2022-11-18 15:48:22 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-11-18 16:02:19 +0100 |
| commit | ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d (patch) | |
| tree | aee24e35b156969e2450699b3d02621bcec3375e /lisp/org | |
| parent | c116d9f74c8fc81a7e98b1519fa300998a8a15c3 (diff) | |
| download | emacs-ba485eb949ddec53b1d7b5d78f3fcfbe2be60d7d.tar.gz 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 @@ | |||
| 13798 | 2012-01-03 Dave Abrahams <dave@boostpro.com> | 13798 | 2012-01-03 Dave Abrahams <dave@boostpro.com> |
| 13799 | 13799 | ||
| 13800 | * org-agenda.el (org-agenda-follow-indirect): New option. | 13800 | * org-agenda.el (org-agenda-follow-indirect): New option. |
| 13801 | (org-agenda-follow-mode): Call `org-agenda-do-context-action' fro | 13801 | (org-agenda-follow-mode): Call `org-agenda-do-context-action' from |
| 13802 | follow mode. | 13802 | follow mode. |
| 13803 | (org-agenda-do-context-action): Also do indirect follow mode | 13803 | (org-agenda-do-context-action): Also do indirect follow mode |
| 13804 | action. | 13804 | action. |
| @@ -17948,7 +17948,7 @@ | |||
| 17948 | 17948 | ||
| 17949 | * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading' | 17949 | * org.el (org-narrow-to-subtree): Ensure `org-back-to-heading' |
| 17950 | will move point to a real heading and not an inline task by | 17950 | will move point to a real heading and not an inline task by |
| 17951 | wraping function into a `org-with-limited-levels' macro. | 17951 | wrapping function into a `org-with-limited-levels' macro. |
| 17952 | 17952 | ||
| 17953 | 2011-07-28 Bastien Guerry <bzg@gnu.org> | 17953 | 2011-07-28 Bastien Guerry <bzg@gnu.org> |
| 17954 | 17954 | ||
| @@ -28477,7 +28477,7 @@ | |||
| 28477 | (outline-end-of-subtree): Make `outline-end-of-subtree' use the | 28477 | (outline-end-of-subtree): Make `outline-end-of-subtree' use the |
| 28478 | org-version of this function in Org-mode. We use advice to | 28478 | org-version of this function in Org-mode. We use advice to |
| 28479 | implement this change, so that future changes to this function in | 28479 | implement this change, so that future changes to this function in |
| 28480 | outline.el wil be handled properly. | 28480 | outline.el will be handled properly. |
| 28481 | (org-forward-same-level, org-backward-same-level): New commands. | 28481 | (org-forward-same-level, org-backward-same-level): New commands. |
| 28482 | 28482 | ||
| 28483 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> | 28483 | 2009-08-06 Carsten Dominik <carsten.dominik@gmail.com> |
| @@ -28769,7 +28769,7 @@ | |||
| 28769 | attachments. | 28769 | attachments. |
| 28770 | 28770 | ||
| 28771 | * org-latex.el (org-export-latex-quotation-marks): Fix export of | 28771 | * org-latex.el (org-export-latex-quotation-marks): Fix export of |
| 28772 | quotation makrs in parenthesis. | 28772 | quotation marks in parenthesis. |
| 28773 | (org-remove-initial-hash): New function. | 28773 | (org-remove-initial-hash): New function. |
| 28774 | (org-export-latex-preprocess): Fix bug with infinite loop if | 28774 | (org-export-latex-preprocess): Fix bug with infinite loop if |
| 28775 | environment is not properly closed. | 28775 | environment is not properly closed. |
| @@ -30559,7 +30559,7 @@ | |||
| 30559 | 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> | 30559 | 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> |
| 30560 | 30560 | ||
| 30561 | * org-archive.el (org-extract-archive-heading): Allow %s for file | 30561 | * org-archive.el (org-extract-archive-heading): Allow %s for file |
| 30562 | name also in achive location heading. | 30562 | name also in archive location heading. |
| 30563 | 30563 | ||
| 30564 | 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> | 30564 | 2009-01-25 Carsten Dominik <carsten.dominik@gmail.com> |
| 30565 | 30565 | ||
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 | |||
| 433 | ;; The created link is transient. Using ID is | 433 | ;; The created link is transient. Using ID is |
| 434 | ;; not necessary, but could have side-effects if | 434 | ;; not necessary, but could have side-effects if |
| 435 | ;; used. An ID property may be added to | 435 | ;; used. An ID property may be added to |
| 436 | ;; existing entries thus creatin unexpected file | 436 | ;; existing entries thus creating unexpected file |
| 437 | ;; modifications. | 437 | ;; modifications. |
| 438 | (org-id-link-to-org-use-id nil) | 438 | (org-id-link-to-org-use-id nil) |
| 439 | (l (org-no-properties (org-store-link nil)))) | 439 | (l (org-no-properties (org-store-link nil)))) |
| @@ -525,7 +525,7 @@ by `org-babel-get-src-block-info'." | |||
| 525 | ("link" . ,(let (;; The created link is transient. Using ID is | 525 | ("link" . ,(let (;; The created link is transient. Using ID is |
| 526 | ;; not necessary, but could have side-effects if | 526 | ;; not necessary, but could have side-effects if |
| 527 | ;; used. An ID property may be added to | 527 | ;; used. An ID property may be added to |
| 528 | ;; existing entries thus creatin unexpected file | 528 | ;; existing entries thus creating unexpected file |
| 529 | ;; modifications. | 529 | ;; modifications. |
| 530 | (org-id-link-to-org-use-id nil)) | 530 | (org-id-link-to-org-use-id nil)) |
| 531 | (org-no-properties (org-store-link nil)))) | 531 | (org-no-properties (org-store-link nil)))) |