While I was at it, I address some prose-specific comments like passive sentences and weasel words.
		
			
				
	
	
		
			11 lines
		
	
	
		
			316 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			316 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# -*- mode: snippet -*-
 | 
						|
# name: header
 | 
						|
# key: header
 | 
						|
# --
 | 
						|
#+title:  ${1:`(replace-regexp-in-string "-" " " (capitalize (file-name-nondirectory (file-name-sans-extension (buffer-file-name)))))`}
 | 
						|
#+author: `(user-full-name)`
 | 
						|
#+email:  `user-mail-address`
 | 
						|
#+date:   `(format-time-string "%Y-%m-%d %B")`
 | 
						|
#+tags:   $2
 | 
						|
 | 
						|
$0 |