From 44b747cbf83d5f4e182abf197350dccef9651cb9 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 17 Jul 2020 15:26:08 +0200 Subject: [PATCH] Fixed HTML export --- org/config/installation.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org/config/installation.org b/org/config/installation.org index ec98b31..9697062 100644 --- a/org/config/installation.org +++ b/org/config/installation.org @@ -6,6 +6,7 @@ #+HTML_HEAD_EXTRA: #+HTML_HEAD_EXTRA: #+PROPERTY: header-args :tangle no :exports none +#+PROPERTY: header-args:sh :tangle no :exports code #+PROPERTY: header-args:fish :exports code :noweb yes #+PROPERTY: header-args:emacs-lisp :exports none :noweb yes :tangle no :cache yes #+STARTUP: content @@ -92,7 +93,7 @@ :CUSTOM_ID: Install_Arch_Linux-Get_the_latest_live_system_with_fast_mirrors-59d2a90d :END: When you boot into the live ISO, execute the following command: - #+BEGIN_SRC sh + #+BEGIN_SRC sh :exports code pacman -Sy reflector reflector -c France -c Germany -l 200 -p http -p https --sort rate \ --save /etc/pacman.d/mirrorlist --verbose