Previous: Translator functions, Up: Tables in arbitrary syntax


B.2.4 Radio lists

Sending and receiving radio lists works exactly the same way than sending and receiving radio tables (see Radio tables) 1. As for radio tables, you can insert radio lists templates in HTML, LaTeX and Texinfo modes by calling org-list-insert-radio-list.

Here are the differences with radio tables:

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}
     #+ORGLIST: SEND to-buy orgtbl-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.


Footnotes

[1] You need to load the org-export-latex.el package to use radio lists since the relevant code is there for now.