Hi Sébastien, thanks for your comments. Sébastien Miquel writes: > Hi Timothy, > > Thanks for your work. I hope this can be merged. :) > Here are a few comments. > > Doesn't this line in ~org-toggle-inline-results-display~ throw the > configured delimiters away when called twice ? > : (setq org-inline-src-prettify-results (not org-inline-src-prettify-results)) > > I think the =org-block= face should only be applied to the actual > code, note the =src_lang= part, nor the result. For normal src blocks, > it is only used inside the block. In src blocks, you have the org-block-begin-line face applied. This (in any sensible theme) has the same background as org-block. For the sake of visual consistency, I think we want to have this applied to the src_lang and result parts too. However, the org-block-begin-line face overly fades the text, and so I've combined the org-block face with other faces.