When I use #+BEGIN_QUOTE
.. #+END_QUOTE
text in between always shown as white.
Example output:
Related: how to markup a quotation?
Is it possible to change color of the quoted text such as to dimmer color?
When I use #+BEGIN_QUOTE
.. #+END_QUOTE
text in between always shown as white.
Example output:
Related: how to markup a quotation?
Is it possible to change color of the quoted text such as to dimmer color?
Do you want an ad hoc or a permanent change?
If permanent you can change org-quote
's face attributes in your init.
See org-quote and Face-Attributes.
C-h o org-quote
tell you? Did you activateorg-fontify-quote-and-verse-blocks
? – crocefisso May 25 '23 at 10:16("#+begin_quote" nil '> n p n "#+end_quote" >)
– alper May 25 '23 at 10:22org-fontify-quote-and-verse-blocks
is not activated its nil – alper May 25 '23 at 10:23