From: Giovanni Ridolfi <gio.rido@tiscali.it>
To: org-mode mailing list <emacs-orgmode@gnu.org>
Subject: Re: Org-mode version 5.05
Date: Wed, 22 Aug 2007 17:46:12 +0200 [thread overview]
Message-ID: <20070822154612.GB4562@fastwebnet.it> (raw)
In-Reply-To: <cca79cc56985a83ad792580f5c2669b1@science.uva.nl>
[-- Attachment #1: Type: text/plain, Size: 678 bytes --]
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
[-- Attachment #2: org-latex.org --]
[-- Type: text/plain, Size: 3019 bytes --]
#+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.
[-- Attachment #3: Type: text/plain, Size: 149 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2007-08-22 15:43 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-22 12:02 Org-mode version 5.05 Carsten Dominik
2007-08-22 13:20 ` GPL3 (was: Org-mode version 5.05) Leo
2007-08-23 10:18 ` Carsten Dominik
2007-08-23 11:10 ` GPL3 Leo
2007-08-23 12:01 ` Re: GPL3 (was: Org-mode version 5.05) Giovanni Ridolfi
2007-08-23 12:09 ` GPL3 Leo
2007-08-22 15:46 ` Giovanni Ridolfi [this message]
2007-08-22 17:39 ` Org-mode version 5.05 Carsten Dominik
2007-08-25 13:51 ` Bastien
2007-08-22 21:14 ` Rainer Stengele
2007-08-25 17:55 ` Bastien
2007-08-26 18:53 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070822154612.GB4562@fastwebnet.it \
--to=gio.rido@tiscali.it \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).