|
@@ -13286,8 +13286,10 @@ Also the @kbd{M-cursor} and @kbd{M-S-cursor} keys have this property.
|
|
|
Add-ons can tap into this functionality by providing a function that detects
|
|
|
special context for that add-on and executes functionality appropriate for
|
|
|
the context. Here is an example from Dan Davison's @file{org-R.el} which
|
|
|
-allows you to evaluate commands based on the @file{R} programming language. For
|
|
|
-this package, special contexts are lines that start with @code{#+R:} or
|
|
|
+allows you to evaluate commands based on the @file{R} programming language
|
|
|
+@footnote{@file{org-R.el} has been replaced by the org-mode functionality
|
|
|
+described in @ref{Working With Source Code} and is now obsolete.}. For this
|
|
|
+package, special contexts are lines that start with @code{#+R:} or
|
|
|
@code{#+RR:}.
|
|
|
|
|
|
@lisp
|