[Emacs] Fix order of appearance of elements in org code example

This commit is contained in:
Lucien Cartier-Tilet 2021-03-31 16:32:32 +02:00
parent c8dea557eb
commit 5c1041241f
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -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 <<anchor>>, /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
| / | <r> | <c> | < |
| This | is | a | table |
|------+---------+----------+-------|