Since my blog is mostly about programming, this lets me write the code I'm talking about directly into the prose (using C-c ' to switch to the relevant Emacs mode for editing that language) and ensures that the code and results match up exactly (including graphs generated with GNUplot).
https://github.com/thomanil/dot-emacs/blob/master/thomanil.o...
https://github.com/xiaohanyu/oh-my-emacs
Nifty.
Having said that,I am more interested in why, despite the Church of Emacs and Its Holy Love of Parens (that is a joke from an admirer, btw), why pure sexpr is not the way forward for a markup language. I decided to look into them recently, including cl-who, Scribble (CL, Scheme, and now most popular Racket variants), and other sexpr markup languages. I did so thinking that, if you want to have a ground-up markup language to convert to anything, would not sexpr-based data be the best for the iconicity Lispers crave. Is it not that far removed from XML+XLST for this very reason.
Does anyone have full-bodied markup that uses sexpr as a source and translates to everything? I think this would be quite compelling, well maybe only to Lispers. Would there be a desire for such a thing?
(Never mind the texinfo legacy)
Am I missing the mark somehow in your comment?
I'm still waiting for them to rediscover continuations again. They have the "Callbacks aren't great" part down, but they still haven't pieced together the "Let's use continuations instead" part quite yet. Give it a year or two :)
Check out Skribilo.
http://members.optusnet.com.au/~charles57/GTD/gtd_workflow.h...
I actually used this, or many ideas strongly borrowed from this, for some time until I was kind of forced into evernote in order to inter operate both mobile and with some evernote users (OK specifically the other user is my wife). It turned out to be easier to implement something like GTD in evernote than to teach my (techie, pbx programmer) wife how to use emacs. But emacs org mode did work perfectly and was quite effective and fast while I used it.
The mobile client for evernote a couple years ago was far superior to the mobile org mode client. As of years ago. This may have changed. The big problem from memory with the mobile clients is the mobile app model is inherently windows-ish where all the worlds features are in one self contained app, so you gotta make a good gui and a good sync in one app, where as the unix-ish philosophy of using a suite of tools perfectly designed for individual jobs is not permitted in mobile, so its a hard fit. Although the evernote guys got it to work pretty well, so its obviously possible.
For a simple TODO list just open a .org file (so org-mode is actually enabled). Make a new TODO item by pressing ctrl-shift-return. Clock in with C-c C-x C-i, mark it finished with C-c C-t d. That should be all you need to get started, and when you want to do something else scour the cheat sheet to see if it's there.
If you decide to go all-in, this is IMO the best and most complete reference for a GTD-style setup: http://doc.norang.ca/org-mode.html