From 5c1041241fe2881be881acad18d60c08e7429cda Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 31 Mar 2021 16:32:32 +0200 Subject: [PATCH] [Emacs] Fix order of appearance of elements in org code example --- org/config/emacs.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index d268cfc..3201030 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -2631,12 +2631,12 @@ of: :END: # A regular comment This is an example org file, with [[https://config.phundrak.com/emacs][a link]], a {{{macro(with arguments)}}}, an <>, /text in italic/, __undelined__, *bold*, +striken through+, some ~code~ and =verbatim=, some^{superscript} and_{subscript}, a code block and a bullet list: + ,* Element 1 + ,* Element 2 ,#+header :export code ,#+BEGIN_SRC emacs-lisp (message "Hello World!") ,#+END_SRC - ,* Element 1 - ,* Element 2 | / | | | < | | This | is | a | table | |------+---------+----------+-------|