This is the official manual for the latest Org-mode release.
Most built-in back-ends come with a command to convert the selected region into a selected format and replace this region by the exported output. Here is a list of such conversion commands:
org-html-convert-region-to-html
org-latex-convert-region-to-latex
org-texinfo-convert-region-to-texinfo
Texinfo
.
org-md-convert-region-to-md
MarkDown
.
This is particularly useful for converting tables and lists in foreign
buffers. E.g., in an HTML buffer, you can turn on orgstruct-mode
, then
use Org commands for editing a list, and finally select and convert the list
with M-x org-html-convert-region-to-html RET
.