Add #+name to the babel code blocks
This commit is contained in:
		
							parent
							
								
									05401cc596
								
							
						
					
					
						commit
						279a2da6d7
					
				@ -2,6 +2,7 @@
 | 
				
			|||||||
#+startup: showall indent
 | 
					#+startup: showall indent
 | 
				
			||||||
#+options: toc:nil prop:t
 | 
					#+options: toc:nil prop:t
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#+name: alphabatize_company_list
 | 
				
			||||||
#+begin_src emacs-lisp :exports none
 | 
					#+begin_src emacs-lisp :exports none
 | 
				
			||||||
  (save-excursion
 | 
					  (save-excursion
 | 
				
			||||||
    (search-forward-regexp "^\* Companies" nil t)
 | 
					    (search-forward-regexp "^\* Companies" nil t)
 | 
				
			||||||
@ -10,6 +11,7 @@
 | 
				
			|||||||
    )
 | 
					    )
 | 
				
			||||||
#+end_src
 | 
					#+end_src
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#+name: export_block
 | 
				
			||||||
#+begin_src emacs-lisp :exports none
 | 
					#+begin_src emacs-lisp :exports none
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(setq export-file "SpaceCompanies.csv")
 | 
					(setq export-file "SpaceCompanies.csv")
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user