#+TITLE: #+AUTHOR: Giovanni Ridolfi #+EMAIL: address@hidden #+LANGUAGE: it #+OPTIONS: H:4 num:t toc:nil \n:nil @:t ::t |:t ^:t f:t *:t TeX:t LaTeX:t skip:t p:nil * Nice converter! Bastien, Crasten, thank you for this nice and useful piece of software. I think I've just found some bugs: ** Converting strange expressions # exec emacsclient -e "(compose-mail \"$1\" \"$2\")" It does not convert such expression: : \"$1\" I have to insert it in a \LaTeX fragment the following expression: \linebreak #+BEGIN_LaTeX exec emacsclient -e "(compose-mail $\backslash$"\$1$\backslash$"$\backslash$"\$2$\backslash$")" #+END_LaTeX \linebreak Otherwise I have the error: :LaTeX Warning: Command \' invalid in math mode on input line 23. : :! Please use \mathaccent for accents in math mode. :address@hidden address@hidden \spacefactor }\accent : #1 #2\egroup \spacefactor ... :l.23 ...ec emacsclient -e ``(compose-mail \''$1\'' : \''$2\'')'' ** Now a bug in "dealing with sublevels" The following subsubsection "level four" and the table are not displayed because it hasn't the subsequent level: * * * * instead of the expected * * * \linebreak level four should follows here, but it doesn't:.. .. **** level four Anime 480M, table | P-images-comics | | 023.9 | | | |-----------------+---+-------+---+---| | P-images-comix | | 037.4 | | | | P-news-articles | | 013.1 | | | | Mail | | 277.9 | | | | Anime-sigle | | 142.1 | | | *** now level three follows.. .. | Anime 480M, table | | | | P-images-comics | | 023.9 | |-------------------+---+-------| | P-images-comix | | 037.4 | | P-news-articles | | 013.1 | **** Now level four again: It is converted: Hello Bastien! ** Bug in lists with checkboxes: [1/5]: : - [ ] first item : - [ ] 2nd : - [X] 3rd : - [ ] 4th, plus link to a file [[file:longlink][link]]: make littler : - [ ] 5th Previous list is converted without [ ] see: - [ ] first item - [ ] 2nd - [X] 3rd - [ ] 4th, plus link to a file: [[file:~/computer/inset.png][inset]] - [ ] 5th *** debug In the $\backslash$itemize environment "[ ]" should be converted as [l|r]brack: like here: : - $\lbrack \; \; \; \rbrack$ 1st that is converted in: #+BEGIN_LaTeX - $\lbrack \; \; \; \rbrack$ 1st #+END_LaTeX ** Bug in plain lists : 1. 1st : 2. 2nd : + Now I would like to have a "plus" list : + 2nd item : - Now I'd like a subsublist with minus : - 2nd item with minus Previous list is converted in: 1. 1st 2. 2nd + Now I would like to have a "plus" list + 2nd item - Now I'd like a subsublist with minus - 2nd item with minus . The plus sublist is joined with item 2 and the minus subsublist is treated like new item of the list Moreover there are three errors in dealing with the beginning and the end of the itemize (+) and enumerate environments.