From: Thomas Holst <thomas.holst@de.bosch.com>
To: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Cc: "Holst Thomas (DGS-EC/ESE4)" <Thomas.Holst@de.bosch.com>,
Bernt Hansen <bernt@norang.ca>
Subject: Re: [bug] org block not correctly exported to LaTeX
Date: Tue, 26 Jul 2011 09:00:14 +0200 [thread overview]
Message-ID: <I.ywodfwltedc1@de.bosch.com> (raw)
In-Reply-To: <87fwlu5k11.fsf@norang.ca> (Bernt Hansen's message of "Mon, 25 Jul 2011 19:48:10 +0200")
Hi Bernt,
· Bernt Hansen <bernt@norang.ca> wrote:
> Thomas Holst <thomas.holst@de.bosch.com> writes:
>
>> Hi Bastien,
>>
>> thanks for your answer.
>>
>>>> when the follwing org-file is exported to LaTeX, #+BEGIN_ORG
>>>> and #+END_ORG is inserted in the tex-file.
>>>
>>> You surely want
>>> #+begin_src org
>>> #+end_src org
>>> "#+begin_org" doesn't exist.
>>
>> #+BEGIN_ORG
>> #+END_ORG
>>
>> Here is an example which shows the issue.
>>
>> #+begin_src org
>> * Testing org-babel perl
>>
>> #+srcname: TestingPerl
>> #+begin_src perl :exports results :results output org
>> print("#+CAPTION: A caption\n");
>> print("#+LABEL: tbl:dvi\n");
>> print("#+ATTR_LaTeX: placement[H]\n");
>> print("| *bold/T* |\n");
>> print("|--------|\n");
>> print("| normal |\n");
>> #+end_src
>> #+results: TestingPerl
>> #+BEGIN_ORG
>> #+CAPTION: A caption
>> #+LABEL: tbl:dvi
>> #+ATTR_LaTeX: placement[H]
>> | *bold/T* |
>> |--------|
>> | normal |
>> #+END_ORG
>> #+end_src org
>
> You have nested #+begin_src / #+end_src in this example. I'm not sure
> that is supported.
I used #+begin_src / #+end_src org only to show the org file in my
email. The part between #+begin / #+end_src org is the content of my
test org file.
As Eric said the problem is #+begin_org / #+end_org which is inserted by
babel. If #+begin_org / #+end_org does not start at column 0 it appears in
the exported LaTeX file.
--
Mit freundlichen Grüßen / Best regards
Thomas Holst
DGS-EC/ESE4
Tel. +49 (711) 811-40681
PC-Fax +49 (711) 811-5182208
prev parent reply other threads:[~2011-07-26 7:00 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-21 12:02 [bug] org block not correctly exported to LaTeX Thomas Holst
2011-07-24 23:12 ` Bastien
2011-07-25 8:02 ` Thomas Holst
2011-07-25 17:08 ` Eric Schulte
2011-07-26 6:50 ` Thomas Holst
2011-07-25 17:48 ` Bernt Hansen
2011-07-26 7:00 ` Thomas Holst [this message]
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=I.ywodfwltedc1@de.bosch.com \
--to=thomas.holst@de.bosch.com \
--cc=bernt@norang.ca \
--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).