Skip to content

Commit 7a55f61

Browse files
author
github-actions
committed
[docgen] Update doc/orgmode.txt
1 parent 21b1722 commit 7a55f61

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

doc/orgmode.txt

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ CONTENTS *orgmode-content
2121
1.2.1.10. org_hide_emphasis_markers.|orgmode-org_hide_emphasis_markers|
2222
1.2.1.11. org_ellipsis..........................|orgmode-org_ellipsis|
2323
1.2.1.12. org_log_done..........................|orgmode-org_log_done|
24-
1.2.1.13. org_highlight_latex_and_related.|orgmode-org_highlight_latex_and_related|
25-
1.2.1.14. org_indent_mode....................|orgmode-org_indent_mode|
26-
1.2.1.15. org_src_window_setup..........|orgmode-org_src_window_setup|
27-
1.2.1.16. org_edit_src_content_indentation.|orgmode-org_edit_src_content_indentation|
28-
1.2.1.17. org_custom_exports..............|orgmode-org_custom_exports|
29-
1.2.1.18. org_time_stamp_rounding_minutes.|orgmode-org_time_stamp_rounding_minutes|
30-
1.2.1.19. org_blank_before_new_entry.|orgmode-org_blank_before_new_entry|
31-
1.2.1.20. calendar_week_start_day....|orgmode-calendar_week_start_day|
32-
1.2.1.21. emacs_config..........................|orgmode-emacs_config|
24+
1.2.1.13. org_log_into_drawer............|orgmode-org_log_into_drawer|
25+
1.2.1.14. org_highlight_latex_and_related.|orgmode-org_highlight_latex_and_related|
26+
1.2.1.15. org_indent_mode....................|orgmode-org_indent_mode|
27+
1.2.1.16. org_src_window_setup..........|orgmode-org_src_window_setup|
28+
1.2.1.17. org_edit_src_content_indentation.|orgmode-org_edit_src_content_indentation|
29+
1.2.1.18. org_custom_exports..............|orgmode-org_custom_exports|
30+
1.2.1.19. org_time_stamp_rounding_minutes.|orgmode-org_time_stamp_rounding_minutes|
31+
1.2.1.20. org_blank_before_new_entry.|orgmode-org_blank_before_new_entry|
32+
1.2.1.21. calendar_week_start_day....|orgmode-calendar_week_start_day|
33+
1.2.1.22. emacs_config..........................|orgmode-emacs_config|
3334
1.2.2. Agenda settings...........................|orgmode-agenda_settings|
3435
1.2.2.1. org_deadline_warning_days.|orgmode-org_deadline_warning_days|
3536
1.2.2.2. org_agenda_span.....................|orgmode-org_agenda_span|
@@ -430,6 +431,14 @@ Possible values:
430431
* `note` - adds `CLOSED` date as above, and prompts for closing note via capture window. Confirm note with `org_note_finalize` (Default `<C-c>`), or ignore providing note via `org_note_kill` (Default `<Leader>ok`)
431432
* `nil|false` - Disable any logging
432433

434+
ORG_LOG_INTO_DRAWER *orgmode-org_log_into_drawer*
435+
436+
type: `string|nil`
437+
default value: `nil`
438+
Possible values:
439+
Log TODO state changes into a drawer with the given name. The recommended value is `LOGBOOK`.
440+
If `nil`, log into the section body.
441+
433442
ORG_HIGHLIGHT_LATEX_AND_RELATED *orgmode-org_highlight_latex_and_related*
434443

435444
type: `string|nil`

0 commit comments

Comments
 (0)