From c4321d2ce168de9b39c6a00018fc82c739ea997e Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Tue, 28 Apr 2020 21:09:04 +0800 Subject: [PATCH] Add #+LATEX_CLASS prettification --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index 845aaa9..a624371 100644 --- a/config.org +++ b/config.org @@ -1703,6 +1703,7 @@ It's also nice to make use of the Unicode characters for check boxes, and other :author "𝘼" :date "𝘿" :latex_header "⇥" + :latex_class "🄲" :begin_quote "❮" :end_quote "❯" :begin_export "⯮" @@ -1727,6 +1728,7 @@ It's also nice to make use of the Unicode characters for check boxes, and other :title "#+TITLE:" :author "#+AUTHOR:" :date "#+DATE:" + :latex_class "#+LATEX_CLASS:" :latex_header "#+LATEX_HEADER:" :begin_quote "#+BEGIN_QUOTE" :end_quote "#+END_QUOTE"