From 23195919fe937cbb4e6ea05e6cb74ea65f5abe4c Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Tue, 3 Nov 2020 16:37:34 +0100 Subject: [PATCH] Wrap results with quotes --- readme.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.org b/readme.org index 70be225..69432c8 100644 --- a/readme.org +++ b/readme.org @@ -2,11 +2,11 @@ Main config file is accessible [[file:dotfiles/index.org][here]]. -#+begin_src bash :results output drawer replace +#+begin_src bash :results output replace :wrap quote uname -a #+end_src #+RESULTS: -:results: +#+begin_quote Linux thomas-pc 5.7.19-2-MANJARO #1 SMP PREEMPT Fri Aug 28 20:22:12 UTC 2020 x86_64 GNU/Linux -:end: +#+end_quote