Lone #+END_SRC

This commit is contained in:
tecosaur 2020-01-21 02:17:20 +08:00
parent 12081b5084
commit bd7a7d63e1
1 changed files with 1 additions and 0 deletions

View File

@ -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