I'm not sure if anyone is interested, but I found this pretty funny
I was using Vim today (which I still occassionally do) and could not
figure out why my save wasn't working for the doc I was editing.
After numerous attempts, I looked down and saw my fingers were trying
"C-x C-s"...
That's a
Hi Simon,
Simon Mullis writes:
> "(load "/usr/share/org-mode/lisp/org-exp-blocks.el")"
The convention is to "require" a feature rather than to load a file:
(require 'org-exp-blocks)
The feature 'org-exp-blocks is provided by the library at the end:
(provide 'org-exp-blocks)
HTH,
PS: we
Haha!
Interesting comment. I did try it for about 20 minutes but the sheer
effort involved with stopping the decade-reinforced, Tourette-like
hand spasms (":", ":wq" and so on) made this much more tricky for me.
In the end I printed out a couple of Emacs cheat sheets and pinned
them up next to
-- Mar 14/7/09, Simon Mullis ha scritto:
>
> (a 10+ year Vi/Vim veteran who turned to the light a few
> months ago...)
>
with Viper, I suppose ;-)
see also:
http://upsilon.cc/~zack/tags/emacs/
cheers,
Giovanni
___
Emacs-orgmode mailing list
Re
Hi,
Fixed...
I had to add
"(load "/usr/share/org-mode/lisp/org-exp-blocks.el")"
to my .emacs
Thanks
SM
(a 10+ year Vi/Vim veteran who turned to the light a few months ago...)
2009/7/14 Simon Mullis :
> Hi All,
>
> I'm looking at org-export-blocks; specifically exporting ascii
> diagrams wit