23 Sep
                
                    2015
                
            
            
                23 Sep
                
                '15
                
            
            
            
        
    
                1:20 a.m.
            
        I wrote:
Rewrapping text should be quite easy. In Emacs, select the range of lines and press ALT-q.
Just a note, this will rewrap the text onto lines of a length limited by your current fill-column setting. To get all the text onto a single long line, set a large value for the fill column. E.g. to set it to 999999, do this ctrl-u 999999 ctrl-x f Then use alt-q to wrap selected text to this setting.