1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-23 07:18:53 +00:00

Backport commit fb11294d4 from Emacs

; Fix typos
fb11294d4156a4be45080ff286a8ee0d5a3ede9b
Stefan Kangas
Sun Jun 23 16:40:06 2024 +0200
This commit is contained in:
Stefan Kangas 2024-06-23 16:28:31 +02:00 committed by Kyle Meyer
parent 4077e9e45b
commit fa7d7ec3bd
4 changed files with 4 additions and 4 deletions

View File

@ -177,7 +177,7 @@ Previously, when exporting to Org, all the citations and
=print_bibliography= keywords, were transformed according to the =print_bibliography= keywords, were transformed according to the
chosen citation processor. chosen citation processor.
This is no loner the case. All the citation-related markup is now This is no longer the case. All the citation-related markup is now
exported as is. exported as is.
The previous behavior can be reverted by setting new custom option The previous behavior can be reverted by setting new custom option

View File

@ -2861,7 +2861,7 @@ file's directory then expand relative links.
If the optional TYPE is passed as `attachment' and the path is a If the optional TYPE is passed as `attachment' and the path is a
descendant of the DEFAULT-DIRECTORY, the generated link will be descendant of the DEFAULT-DIRECTORY, the generated link will be
specified as an an \"attachment:\" style link." specified as an \"attachment:\" style link."
(when (stringp result) (when (stringp result)
(let* ((result-file-name (expand-file-name result)) (let* ((result-file-name (expand-file-name result))
(base-file-name (buffer-file-name (buffer-base-buffer))) (base-file-name (buffer-file-name (buffer-base-buffer)))

View File

@ -105,7 +105,7 @@ For details see the variable `org-adapt-indentation'."
(defcustom org-indent-post-buffer-init-functions nil (defcustom org-indent-post-buffer-init-functions nil
"Hook run after org-indent finishes initializing a buffer. "Hook run after org-indent finishes initializing a buffer.
The function(s) in in this hook must accept a single argument representing The function(s) in this hook must accept a single argument representing
the initialized buffer." the initialized buffer."
:group 'org-indent :group 'org-indent
:package-version '(Org . "9.7") :package-version '(Org . "9.7")

View File

@ -15434,7 +15434,7 @@ When SUPPRESS-TMP-DELAY is non-nil, suppress delays like
(defun org-modify-ts-extra (ts-string pos nincrements increment-step) (defun org-modify-ts-extra (ts-string pos nincrements increment-step)
"Change the lead-time/repeat fields at POS in timestamp string TS-STRING. "Change the lead-time/repeat fields at POS in timestamp string TS-STRING.
POS is the position in the timestamp string to be changed. POS is the position in the timestamp string to be changed.
NINCREMENTS is the number of incremenets/decrements. NINCREMENTS is the number of increments/decrements.
INCREMENT-STEP is step used for a single increment when POS in on INCREMENT-STEP is step used for a single increment when POS in on
minutes. Before incrementing minutes, they are rounded to minutes. Before incrementing minutes, they are rounded to