summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-12-31 12:33:22 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-12-31 12:33:22 +0100
commit20491f2e7cdebc20dd0287f67fbff4bcdeed728b (patch)
treeba44f7a483d17f8c5af907e5f452d2fa9ad4e098
parent87eb9ab4e9d35b5641fefb9dbc4ee6e35ded63b7 (diff)
downloadorg-mode-20491f2e7cdebc20dd0287f67fbff4bcdeed728b.tar.gz
org.texi: Remove references to Radio lists
* doc/org.texi (Sitemap): Remove reference to Radio lists. (Radio lists): Remove node.
-rw-r--r--doc/org.texi51
1 files changed, 4 insertions, 47 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 42a3e1a..458f87b 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -784,7 +784,6 @@ Tables and lists in arbitrary syntax
* Radio tables:: Sending and receiving radio tables
* A @LaTeX{} example:: Step by step, almost a tutorial
* Translator functions:: Copy and modify
-* Radio lists:: Sending and receiving lists
MobileOrg
@@ -14962,10 +14961,10 @@ retrieve additional information about published documents.
@item @code{:sitemap-function}
@tab Plug-in function to use for generation of the sitemap. It is called
with two arguments: the title of the site-map and a representation of the
-files and directories involved in the project as a radio list (@pxref{Radio
-lists}). The latter can further be transformed using
-@code{org-list-to-generic}, @code{org-list-to-subtree} and alike. Default
-value generates a plain list of links to all files in the project.
+files and directories involved in the project as a nested list, which can
+further be transformed using @code{org-list-to-generic},
+@code{org-list-to-subtree} and alike. Default value generates a plain list
+of links to all files in the project.
@item @code{:sitemap-sort-folders}
@tab Where folders should appear in the sitemap. Set this to @code{first}
@@ -18488,7 +18487,6 @@ list locally to another format, such as HTML, @LaTeX{} or Texinfo.
* Radio tables:: Sending and receiving radio tables
* A @LaTeX{} example:: Step by step, almost a tutorial
* Translator functions:: Copy and modify
-* Radio lists:: Sending and receiving lists
@end menu
@node Radio tables
@@ -18710,47 +18708,6 @@ parameters specified in the @samp{#+ORGTBL: SEND} line. Please share your
translator functions by posting them to the Org users mailing list,
@email{emacs-orgmode@@gnu.org}.
-@node Radio lists
-@subsection Radio lists
-@cindex radio lists
-@cindex org-list-insert-radio-list
-
-Call the @code{org-list-insert-radio-list} function to insert a radio list
-template in HTML, @LaTeX{}, and Texinfo mode documents. Sending and
-receiving radio lists works is the same as for radio tables (@pxref{Radio
-tables}) except for these differences:
-
-@cindex #+ORGLST
-@itemize @minus
-@item
-Orgstruct mode must be active.
-@item
-Use @code{ORGLST} keyword instead of @code{ORGTBL}.
-@item
-@kbd{C-c C-c} works only on the first list item.
-@end itemize
-
-Built-in translators functions are: @code{org-list-to-latex},
-@code{org-list-to-html} and @code{org-list-to-texinfo}. They use the
-@code{org-list-to-generic} translator function. See its documentation for
-parameters for accurate customizations of lists. Here is a @LaTeX{} example:
-
-@example
-% BEGIN RECEIVE ORGLST to-buy
-% END RECEIVE ORGLST to-buy
-\begin@{comment@}
-#+ORGLST: SEND to-buy org-list-to-latex
-- a new house
-- a new computer
- + a new keyboard
- + a new mouse
-- a new life
-\end@{comment@}
-@end example
-
-@kbd{C-c C-c} on @samp{a new house} inserts the translated @LaTeX{} list
-in-between the BEGIN and END marker lines.
-
@node Dynamic blocks
@section Dynamic blocks
@cindex dynamic blocks