Yes, John, thank you! Sometimes it is so easy … if you know it. Great.
Now I can export to Markdown and ODT directly.
On 12 Jun 2017, at 19:15, John Ankarström wrote:
Birnle <bir...@gmx.de> writes:
But I’ve read that it is possible to directly export to Markdown
– that is the
format I usually work with. By exporting an Org mode file these
unnecessary
spaces should be erased. I just have to figure out how to export to
Markdown
from Org mode … Do you know a good online How-to?
Exporting to Markdown is built into Org-mode, accessible from the
C-c C-e export menu, but might not be enabled by default. To
enable it, customize `org-export-backends' (M-x customize RET
org-export-backends RET) and enable export to Markdown format
(`md').
Then you can press C-c C-e m m to export the Org document to a
.md file.
- John