Richard Riley <rileyrg...@gmail.com> writes:

> This little set up uses org-learn in conjunction with babel in emacs to
> automatically store all translations looked up from within emacs when
> preceded with the prefix key. I'm not much of an elisp programmer but
> here is the stuff for anyone interested:-
>
> 1) The key bindings:-
>
> Invoke a translation on the word or region at point
>
> ,----
> | (global-set-key (kbd "<f5>")
> (lambda()(interactive)(rgr/context-babel)))

Correction:

,----
| (global-set-key (kbd "<f5>") (lambda()(interactive)(rgr/context-babel t)))
`----




_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to