0

I was wondering if there is any way to write something like a quotation or a motto in org mode, in a way that is differentiated from the rest of the text. For instance, it could be indented with a specific number of spaces, and has some sort of "padding" from the rest of the text. Thank you.

1

1 Answer 1

3

The standard Orgmode way to write quotations are quotation blocks:

#+begin_quote This is quoted stuff. Org /formatting/ does work here. #+end_quote 

In HTML export uses the <blockquote> tag for such blocks. You can define the style in org-html-head if you like.

1

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.