From bd7a7d63e15403afcacdf6337cb1a5f49b1aa73e Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Tue, 21 Jan 2020 02:17:20 +0800 Subject: [PATCH] Lone #+END_SRC --- config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/config.org b/config.org index 3cbf83c..0c45e16 100644 --- a/config.org +++ b/config.org @@ -720,6 +720,7 @@ Introduction, Overview... so let's set bump up the headline level that becomes a frame from ~1~ to ~2~. #+BEGIN_SRC emacs-lisp (setq org-beamer-frame-level 2) +#+END_SRC **** Exporting to GFM We just need to load ~ox-gfm~ for org-mode documents #+BEGIN_SRC emacs-lisp