Richard Riley 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 ke
A small follow up which includes the auto schedule of the new org item:-
,
| (defvar rgr/learn-first-lesson 1) ; when to schedule first reminder
|
| (defun rgr/context-babel( &optional usedef )
| (interactive)
| (let* ((default (region-or-word-at-point)))
| (setq default (read-string