On Wed, Aug 22, 2007 at 02:02:30PM +0200, Carsten Dominik wrote:

>
> Changes in Version 5.05
> -----------------------
>
>   - LaTeX export, 

Hello, Carsten,

I think I found some bugs in the latex exporter. 
I have attached the file org-latex.org with 
some examples of the bugs and comments.

If you need more debugging I'll provide the output of the messages
with the Debugger.

GNU Emacs 22.1.1 (powerpc-unknown-linux-gnu, GTK+ 
                  Version 2.10.13) of 2007-07-08 
                  on malo, modified by Debian

Org-mode version 5.05        # just downloaded from your site.

LaTeX version: TexLive 2007-10

Cheers,

Giovanni

-- 
Giovanni Ridolfi, Chemist

#+TITLE:       
#+AUTHOR:    Giovanni Ridolfi
#+EMAIL:     [EMAIL PROTECTED]
#+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.
:[EMAIL PROTECTED] [EMAIL PROTECTED] \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.

_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to