emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Using org-learn and babel to learn foreign words


From: Richard Riley
Subject: [Orgmode] Re: Using org-learn and babel to learn foreign words
Date: Fri, 30 Oct 2009 15:32:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Richard Riley <address@hidden> 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)))
`----






reply via email to

[Prev in Thread] Current Thread [Next in Thread]