@@ -345,9 +345,9 @@ Example:<br />
345
345
default value: ` { t = { description = 'Task', template = '* TODO %?\n %u' } } ` <br />
346
346
Templates for capture/refile prompt.<br />
347
347
Variables:
348
- - ` %f ` : Prints the file of the buffer capture was called from
349
- - ` %F ` : Like ` %f ` but inserts the full path
350
- - ` %n ` : Inserts the current ` $USER `
348
+ * ` %f ` : Prints the file of the buffer capture was called from
349
+ * ` %F ` : Like ` %f ` but inserts the full path
350
+ * ` %n ` : Inserts the current ` $USER `
351
351
* ` %t ` : Prints current date (Example: ` <2021-06-10 Thu> ` )
352
352
* ` %T ` : Prints current date and time (Example: ` <2021-06-10 Thu 12:30> ` )
353
353
* ` %u ` : Prints current date in inactive format (Example: ` [2021-06-10 Thu] ` )
@@ -357,7 +357,7 @@ Variables:
357
357
* ` %x ` : Insert content of the clipboard via the "+" register (see : help clipboard)
358
358
* ` %? ` : Default cursor position when template is opened
359
359
* ` %^{PROMPT|DEFAULT|COMPLETION...} ` : Prompt for input, if completion is provided an : h inputlist will be used
360
- - ` %(EXP) ` : Runs the given lua code and inserts the result
360
+ * ` %(EXP) ` : Runs the given lua code and inserts the result
361
361
362
362
Example:<br />
363
363
` { T = { description = 'Todo', template = '* TODO %?\n %u', target = '~/org/todo.org' } } `
@@ -366,9 +366,9 @@ Journal example:<br />
366
366
` { j = { description = 'Journal', template = '\n*** %<%Y-%m-%d> %<%A>\n**** %U\n\n%?', target = '~/sync/org/journal.org' } } `
367
367
368
368
Nested key example:<br />
369
- ` { e = 'Event' } `
370
- ` { er = { description = 'recurring', template = '** %?\n %T', target = '~/org/calendar.org', headline = 'recurring' } } `
371
- ` { eo = { description = 'one-time', template = '** %?\n %T', target = '~/org/calendar.org', headline = 'one-time' } } `
369
+ - ` { e = 'Event' } `
370
+ - ` { er = { description = 'recurring', template = '** %?\n %T', target = '~/org/calendar.org', headline = 'recurring' } } `
371
+ - ` { eo = { description = 'one-time', template = '** %?\n %T', target = '~/org/calendar.org', headline = 'one-time' } } `
372
372
373
373
#### ** org_agenda_min_height**
374
374
* type* : ` number ` <br />
@@ -423,8 +423,8 @@ Example value: `{'agenda-archives'}`
423
423
### Tags settings
424
424
425
425
#### ** org_tags_column**
426
- * type* : ` number `
427
- * default value* : ` 80 `
426
+ * type* : ` number ` < br />
427
+ * default value* : ` 80 ` < br />
428
428
The column to which tags should be indented in a headline.
429
429
If this number is positive, it specifies the column.
430
430
If it is negative, it means that the tags should be flushright to that column.
@@ -474,7 +474,7 @@ require('orgmode').setup({
474
474
There are only 2 global mappings that are accessible from everywhere.
475
475
476
476
#### ** org_agenda**
477
- * mapped to* : < kbd > \< Leader\> oa</ kbd > <br />
477
+ * mapped to* : ` < Leader\>oa` <br />
478
478
Opens up agenda prompt.
479
479
480
480
#### ** org_capture**
@@ -1010,34 +1010,34 @@ For adding/changing TODO keyword colors see [org-todo-keyword-faces](#org_todo_k
1010
1010
* The following highlight groups are based on _ Treesitter_ query results, hence when setting up _ Orgmode_ these
1011
1011
highlights must be enabled by removing ` disable = {'org'} ` from the default recommended _ Treesitter_ configuration.
1012
1012
1013
- ` OrgTSTimestampActive ` : An active timestamp
1014
- ` OrgTSTimestampInactive ` : An inactive timestamp
1015
- ` OrgTSBullet ` : A normal bullet under a header item
1016
- ` OrgTSPropertyDrawer ` : Property drawer start/end delimiters
1017
- ` OrgTSDrawer ` : Drawer start/end delimiters
1018
- ` OrgTSTag ` : A tag for a headline item, shown on the righthand side like ` :foo: `
1019
- ` OrgTSPlan ` : ` SCHEDULED ` , ` DEADLINE ` , ` CLOSED ` , etc. keywords
1020
- ` OrgTSComment ` : A comment block
1021
- ` OrgTSDirective ` : Blocks starting with ` #+ `
1022
- ` OrgTSCheckbox ` : The default checkbox highlight, overridden if any of the below groups are specified
1023
- ` OrgTSCheckboxChecked ` : A checkbox checked with either ` [x] ` or ` [X] `
1024
- ` OrgTSCheckboxHalfChecked ` : A checkbox checked with ` [-] `
1025
- ` OrgTSCheckboxUnchecked ` : A empty checkbox
1026
- ` OrgTSHeadlineLevel1 ` : Headline at level 1
1027
- ` OrgTSHeadlineLevel2 ` : Headline at level 2
1028
- ` OrgTSHeadlineLevel3 ` : Headline at level 3
1029
- ` OrgTSHeadlineLevel4 ` : Headline at level 4
1030
- ` OrgTSHeadlineLevel5 ` : Headline at level 5
1031
- ` OrgTSHeadlineLevel6 ` : Headline at level 6
1032
- ` OrgTSHeadlineLevel7 ` : Headline at level 7
1033
- ` OrgTSHeadlineLevel8 ` : Headline at level 8
1013
+ * ` OrgTSTimestampActive ` : An active timestamp
1014
+ * ` OrgTSTimestampInactive ` : An inactive timestamp
1015
+ * ` OrgTSBullet ` : A normal bullet under a header item
1016
+ * ` OrgTSPropertyDrawer ` : Property drawer start/end delimiters
1017
+ * ` OrgTSDrawer ` : Drawer start/end delimiters
1018
+ * ` OrgTSTag ` : A tag for a headline item, shown on the righthand side like ` :foo: `
1019
+ * ` OrgTSPlan ` : ` SCHEDULED ` , ` DEADLINE ` , ` CLOSED ` , etc. keywords
1020
+ * ` OrgTSComment ` : A comment block
1021
+ * ` OrgTSDirective ` : Blocks starting with ` #+ `
1022
+ * ` OrgTSCheckbox ` : The default checkbox highlight, overridden if any of the below groups are specified
1023
+ * ` OrgTSCheckboxChecked ` : A checkbox checked with either ` [x] ` or ` [X] `
1024
+ * ` OrgTSCheckboxHalfChecked ` : A checkbox checked with ` [-] `
1025
+ * ` OrgTSCheckboxUnchecked ` : A empty checkbox
1026
+ * ` OrgTSHeadlineLevel1 ` : Headline at level 1
1027
+ * ` OrgTSHeadlineLevel2 ` : Headline at level 2
1028
+ * ` OrgTSHeadlineLevel3 ` : Headline at level 3
1029
+ * ` OrgTSHeadlineLevel4 ` : Headline at level 4
1030
+ * ` OrgTSHeadlineLevel5 ` : Headline at level 5
1031
+ * ` OrgTSHeadlineLevel6 ` : Headline at level 6
1032
+ * ` OrgTSHeadlineLevel7 ` : Headline at level 7
1033
+ * ` OrgTSHeadlineLevel8 ` : Headline at level 8
1034
1034
1035
1035
* The following use vanilla _ Vim_ syntax matching, and will work without _ Treesitter_ highlighting enabled.
1036
1036
1037
- ` OrgEditSrcHighlight ` : The highlight for the source content in an _ Org_ buffer while it is being edited in an edit special buffer
1038
- ` OrgAgendaDeadline ` : A item deadline in the agenda view
1039
- ` OrgAgendaScheduled ` : A scheduled item in the agenda view
1040
- ` OrgAgendaScheduledPast ` : A item past its scheduled date in the agenda view
1037
+ * ` OrgEditSrcHighlight ` : The highlight for the source content in an _ Org_ buffer while it is being edited in an edit special buffer
1038
+ * ` OrgAgendaDeadline ` : A item deadline in the agenda view
1039
+ * ` OrgAgendaScheduled ` : A scheduled item in the agenda view
1040
+ * ` OrgAgendaScheduledPast ` : A item past its scheduled date in the agenda view
1041
1041
1042
1042
## Advanced search
1043
1043
Part of [ Advanced search] ( https://orgmode.org/worg/org-tutorials/advanced-searching.html ) functionality
0 commit comments