Question

How can I indent a paragraph of plain text in emacs org-mode? The paragraph doesn't have any bullets or stars and is free standing.

Était-ce utile?

La solution

Select the paragraph and use C-x C-i (i.e. indent-rigidly) probably with a numeric prefix argument to say how many columns to indent (or use C-x C-i C-x z z z z ... until it's where you want it to be.

Autres conseils

There may exist more elegant solutions, but an #+begin/end_example block should work (it will be translated as PRE in HTML).

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top