[Emacs] Fix order of appearance of elements in org code example
This commit is contained in:
		
							parent
							
								
									c8dea557eb
								
							
						
					
					
						commit
						5c1041241f
					
				@ -2631,12 +2631,12 @@ of:
 | 
				
			|||||||
  :END:
 | 
					  :END:
 | 
				
			||||||
  # A regular comment
 | 
					  # 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:
 | 
					  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
 | 
					  ,#+header :export code
 | 
				
			||||||
  ,#+BEGIN_SRC emacs-lisp
 | 
					  ,#+BEGIN_SRC emacs-lisp
 | 
				
			||||||
    (message "Hello World!")
 | 
					    (message "Hello World!")
 | 
				
			||||||
  ,#+END_SRC
 | 
					  ,#+END_SRC
 | 
				
			||||||
   ,* Element 1
 | 
					 | 
				
			||||||
   ,* Element 2
 | 
					 | 
				
			||||||
  | /    |     <r> |   <c>    | <     |
 | 
					  | /    |     <r> |   <c>    | <     |
 | 
				
			||||||
  | This |      is |    a     | table |
 | 
					  | This |      is |    a     | table |
 | 
				
			||||||
  |------+---------+----------+-------|
 | 
					  |------+---------+----------+-------|
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user