Hello,
Jonathan Leech-Pepin writes:
> Given the org file
>
> #+begin_src org
> ,* List Test
> ,** Plain List
> ,- A
> ,- [[http://www.google.com][google]]
> ,- [[http://www.google.com]]
> ,** Ordered List
> ,1. A
> ,2. [[http://www.google.com][google]]
> ,3. [[http://www.google
Given the org file
#+begin_src org
,* List Test
,** Plain List
,- A
,- [[http://www.google.com][google]]
,- [[http://www.google.com]]
,** Ordered List
,1. A
,2. [[http://www.google.com][google]]
,3. [[http://www.google.com]]
,** Definition List
,- A :: A
,- [[http://www.goo