Previous: , Up: Tables in arbitrary syntax   [Contents][Index]

A.6.4 Radio lists

Sending and receiving radio lists works exactly the same way as sending and receiving radio tables (see Radio 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:

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.