[Orgmode] RE: cheatsheets in emacs

2010-09-23 Thread Drew Adams
> There is this ruby utility cheat (see http://cheat.errtheblog.com/ ) > that allows one to make/use cheatsheets using ruby. The format of the > cheatsheet is yml. > > I feel that it should be possible to replace ruby by emacs and the > yaml format by org-mode > > Does anything like this exist? >

[Orgmode] Re: cheatsheets in emacs

2010-09-22 Thread Glauber Alex Dias Prado
FYI There is also a cheat emacs interface: http://github.com/defunkt/cheat.el the idea is not bad if it isnt a NIH syndrom otherwise just use cheat ;) Rustom Mody writes: > There is this ruby utility cheat (see http://cheat.errtheblog.com/ ) > that allows one to make/use cheatsheets using ruby.

[Orgmode] Re: cheatsheets in emacs

2010-09-22 Thread Sébastien Vauban
Hi Rustom, Rustom Mody wrote: > There is this ruby utility cheat (see http://cheat.errtheblog.com/ ) > that allows one to make/use cheatsheets using ruby. The format of the > cheatsheet is yml. > > I feel that it should be possible to replace ruby by emacs and the > yaml format by org-mode > > Doe