Skip to content

Commit 8dc61dc

Browse files
Fix disabled state for some options in docs.
1 parent a2e7a49 commit 8dc61dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

DOCS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Conceal bold/italic/underline/code/verbatim markers.
128128
*type*: `string|nil`<br />
129129
*default value*: `time`<br />
130130
When set to `time`(default), adds `CLOSED` date when marking headline as done.<br />
131-
When set to `nil`, it is disabled.
131+
When set to `false`, it is disabled.
132132

133133

134134
#### **org_highlight_latex_and_related**
@@ -221,15 +221,15 @@ Default time span shown when agenda is opened.
221221
*type*: `number`<br />
222222
*default value*: `1`<br />
223223
From which day in week (ISO weekday, 1 is Monday) to show the agenda. Applies only to `week` and number span.<br />
224-
If set to `nil`, starts from today
224+
If set to `false`, starts from today
225225

226226
#### **org_agenda_start_day**
227227
*type*: `string`<br />
228228
*default value*: `nil`<br />
229229
*example values*: `+2d`, `-1d`<br />
230230
offset to apply to the agenda start date.<br />
231231
Example:<br />
232-
If `org_agenda_start_on_weekday` is `nil`, and `org_agenda_start_day` is `-2d`,<br />
232+
If `org_agenda_start_on_weekday` is `false`, and `org_agenda_start_day` is `-2d`,<br />
233233
agenda will always show current week from today - 2 days
234234

235235
#### **org_agenda_templates**

doc/orgmode.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ ORG_LOG_DONE *orgmode-org_log_don
237237
type: `string|nil`
238238
default value: `time`
239239
When set to `time`(default), adds `CLOSED` date when marking headline as done.
240-
When set to `nil`, it is disabled.
240+
When set to `false`, it is disabled.
241241

242242
ORG_HIGHLIGHT_LATEX_AND_RELATED *orgmode-org_highlight_latex_and_related*
243243

@@ -336,7 +336,7 @@ ORG_AGENDA_START_ON_WEEKDAY *orgmode-org_agenda_start_on_weekda
336336
type: `number`
337337
default value: `1`
338338
From which day in week (ISO weekday, 1 is Monday) to show the agenda. Applies only to `week` and number span.
339-
If set to `nil`, starts from today
339+
If set to `false`, starts from today
340340

341341
ORG_AGENDA_START_DAY *orgmode-org_agenda_start_day*
342342

@@ -345,7 +345,7 @@ default value: `nil`
345345
example values: `+2d`, `-1d`
346346
offset to apply to the agenda start date.
347347
Example:
348-
If `org_agenda_start_on_weekday` is `nil`, and `org_agenda_start_day` is `-2d`,
348+
If `org_agenda_start_on_weekday` is `false`, and `org_agenda_start_day` is `-2d`,
349349
agenda will always show current week from today - 2 days
350350

351351
ORG_AGENDA_TEMPLATES *orgmode-org_agenda_templates*

0 commit comments

Comments
 (0)