From 01483c229f76a74b9aa870b34b433029a76050d6 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 25 Feb 2021 12:37:54 -0600 Subject: Add `org-html-coding-system' to the utf-8-unix train Fuckin' ... UNIX --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index 6386b86..4fe6c25 100644 --- a/config.org +++ b/config.org @@ -1227,7 +1227,10 @@ It's 2020. Let's encode files like it is. coding-system-for-read 'utf-8-unix coding-system-for-write 'utf-8-unix buffer-file-coding-system 'utf-8-unix + org-export-coding-system 'utf-8-unix + org-html-coding-system 'utf-8-unix ; doesn't take from above + default-process-coding-system '(utf-8-unix . utf-8-unix) x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) #+end_src -- cgit 1.4.1-21-gabe81