Emacs line wrapping
25 Feb 2011
Make emacs wrap lines in buffer when outside window range
I was writing another blog post in org-mode when I started to go past the window boundary because I had no carriage return in my paragraph. This is pretty annoying and it has been a problem in gnus as well. So I decided to look for a fix and it was pretty simple.
The short answer is:
M-x visual-line-mode
You can find more info here: http://www.gnu.org/software/emacs/manual/html_node/emacs/Longlines.html
This is a better solution to manually breaking long lines for a number of obvious reasons.
- fpc
Org-mode test with static
13 Feb 2011
This is a test of parsing org-mode files with static. It worked.
hello
sub-hello
my first post
13 Feb 2011
This is my first blog post. I'm using static, a static site generator written in clojure.