Merge branch 'bugfix'
This commit is contained in:
commit
a411192c11
|
@ -5295,7 +5295,7 @@ The following commands help to work with properties:
|
|||
Set a property in the current entry. Both the property and the
|
||||
value can be inserted using completion.
|
||||
|
||||
- {{{kbd(S-RIGHT)}}} (~org-property-next-allowed-values~), {{{kbd(S-LEFT)}}} (~org-property-previous-allowed-value~) ::
|
||||
- {{{kbd(S-RIGHT)}}} (~org-property-next-allowed-value~), {{{kbd(S-LEFT)}}} (~org-property-previous-allowed-value~) ::
|
||||
|
||||
#+kindex: S-RIGHT
|
||||
#+kindex: S-LEFT
|
||||
|
@ -10256,9 +10256,9 @@ the other commands, point needs to be in the desired line.
|
|||
|
||||
Unmark entry for bulk action.
|
||||
|
||||
- {{{kbd(U)}}} (~org-agenda-bulk-remove-all-marks~) ::
|
||||
- {{{kbd(U)}}} (~org-agenda-bulk-unmark-all~) ::
|
||||
#+kindex: U
|
||||
#+findex: org-agenda-bulk-remove-all-marks
|
||||
#+findex: org-agenda-bulk-unmark-all
|
||||
|
||||
Unmark all marked entries for bulk action.
|
||||
|
||||
|
@ -11696,9 +11696,9 @@ When the variable ~org-export-dispatch-use-expert-ui~ is set to
|
|||
a non-~nil~ value, Org prompts in the minibuffer. To switch back to
|
||||
the hierarchical menu, press {{{kbd(?)}}}.
|
||||
|
||||
- {{{kbd(C-c C-e)}}} (~org-export~) ::
|
||||
- {{{kbd(C-c C-e)}}} (~org-export-dispatch~) ::
|
||||
#+kindex: C-c C-e
|
||||
#+findex: org-export
|
||||
#+findex: org-export-dispatch
|
||||
|
||||
Invokes the export dispatcher interface. The options show default
|
||||
settings. The {{{kbd(C-u)}}} prefix argument preserves options from
|
||||
|
@ -12235,7 +12235,7 @@ with the custom ID =theory=, you can use
|
|||
|
||||
The following command allows navigating to the included document:
|
||||
|
||||
- {{{kbd(C-c ')}}} (~org-edit~special~) ::
|
||||
- {{{kbd(C-c ')}}} (~org-edit-special~) ::
|
||||
#+kindex: C-c '
|
||||
#+findex: org-edit-special
|
||||
|
||||
|
@ -14366,10 +14366,10 @@ executable. Without it, export cannot finish.
|
|||
:DESCRIPTION: Invoking export.
|
||||
:END:
|
||||
|
||||
- {{{kbd(C-c C-e o o)}}} (~org-export-to-odt~) ::
|
||||
- {{{kbd(C-c C-e o o)}}} (~org-odt-export-to-odt~) ::
|
||||
|
||||
#+kindex: C-c C-e o o
|
||||
#+findex: org-export-to-odt
|
||||
#+findex: org-odt-export-to-odt
|
||||
Export as OpenDocument Text file.
|
||||
|
||||
#+cindex: @samp{EXPORT_FILE_NAME}, property
|
||||
|
|
Loading…
Reference in New Issue