org: Radio lists

 
 A.6.4 Radio lists
 -----------------
 
 Sending and receiving radio lists works exactly the same way as sending
 and receiving radio tables (SeeRadio tables).  As for radio tables,
 you can insert radio list templates in HTML, LaTeX and Texinfo modes by
 calling ‘org-list-insert-radio-list’.
 
    Here are the differences with radio tables:
 
    − Orgstruct mode must be active.
    − Use the ‘ORGLST’ keyword instead of ‘ORGTBL’.
    − The available translation functions for radio lists don’t take
      parameters.
    − ‘C-c C-c’ will work when pressed on the first item of the list.
 
    Here is a LaTeX example.  Let’s say that you have this in your LaTeX
 file:
 
      % 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}
 
    Pressing ‘C-c C-c’ on ‘a new house’ and will insert the converted
 LaTeX list between the two marker lines.