diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-11 15:46:23 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-11 15:52:37 +0100 |
commit | 6f48b46b03cd58a541684c57e42eb4679794f0fd (patch) | |
tree | f6ce4253af17cbe08c4521bfc60d52868c41d328 /lisp/org | |
parent | 014176f283aae2e0abc5138150f89afb6deb3d33 (diff) | |
download | emacs-6f48b46b03cd58a541684c57e42eb4679794f0fd.tar.gz |
; Fix typos
Diffstat (limited to 'lisp/org')
-rw-r--r-- | lisp/org/ChangeLog.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/org/ChangeLog.1 b/lisp/org/ChangeLog.1 index 836e1430dfe..4e1c44d2bcf 100644 --- a/lisp/org/ChangeLog.1 +++ b/lisp/org/ChangeLog.1 @@ -881,7 +881,7 @@ (org-table-find-dataline, org-table-move-row) (org-table-insert-hline, org-table-kill-row): Use `org-move-to-column' with the IGNORE-INVISIBLE arg set to `t', so - that abbreviated rows don't interfer with setting the cursor back + that abbreviated rows don't interfere with setting the cursor back at the correct position. * org.el (org-agenda-prepare-buffers): Use `save-excursion' @@ -4724,7 +4724,7 @@ 2013-11-12 Michael Brand <michael.ch.brand@gmail.com> * org-table.el (org-table-eval-formula): Align the arrow pointing - to the error in a Calc formula to the other fomula debugger logs. + to the error in a Calc formula to the other formula debugger logs. * org.el (org-link-escape-chars-browser): Add char double quote. (org-open-at-point): Use the constant @@ -30650,7 +30650,7 @@ and scheduling search. * org-exp.el (org-html-handle-time-stamps): No longer check for - the `org-export-with-timestamps' option, because the preprocesser + the `org-export-with-timestamps' option, because the preprocessor has taken care of this already. * org.el (org-entry-properties): Catch the case when this is @@ -32411,7 +32411,7 @@ * org-exp.el (org-print-icalendar-entries): Move the call to `org-diary-to-ical-string' out of the loop, and kill the buffer - afterwords. + afterwards. * org-remember.el (org-remember-visit-immediately): Position cursor after moving to the note. |