From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: Org-mode version 5.05 Date: Wed, 22 Aug 2007 17:46:12 +0200 Message-ID: <20070822154612.GB4562@fastwebnet.it> References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="RASg3xLB4tUQ4RcS" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INsMJ-0001Dx-11 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 11:43:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INsMH-0001Dl-DU for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 11:43:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INsMH-0001Di-80 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 11:43:01 -0400 Received: from aa014msr.fastwebnet.it ([85.18.95.74]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INsMG-0003Lu-Hv for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 11:43:00 -0400 Received: from localhost (37.254.28.138) by aa014msr.fastwebnet.it (7.3.118.6) id 466579D6038F0EA8 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 17:42:57 +0200 Received: from giovanni by localhost with local (Exim 4.67) (envelope-from ) id 1INsPM-00024X-F8 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 17:46:12 +0200 Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="org-latex.org" #+TITLE: #+AUTHOR: Giovanni Ridolfi #+EMAIL: gio.rido@tiscali.it #+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. :\add@accent ...@spacefactor \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. --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --RASg3xLB4tUQ4RcS--