From: "Sébastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: [babel] Bug in output PDF with source blocks of unknown language
Date: Wed, 13 Jan 2010 17:04:01 +0100 [thread overview]
Message-ID: <87y6k2kn4e.fsf@mundaneum.com> (raw)
Hi Eric and Dan,
--8<---------------cut here---------------start------------->8---
#+TITLE: Bug in output PDF with source blocks of unknown language
#+AUTHOR: Seb Vauban
#+EMAIL: no-LMehjL4SQ+Y@public.gmane.org
#+DATE: 2010-01-13
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE: en_US
* Context
Here is a perfectly outputted block of code:
#+SRCNAME: srcModifyDBPFI.sql
#+BEGIN_SRC sql :tangle srcModifyDBPFI.sql
-- add column `rolEngagDateFin' (if column does not exist yet)
IF NOT EXISTS (SELECT *
FROM INFORMATION_SCHEMA.COLUMNS
WHERE TABLE_NAME = 'rol'
AND COLUMN_NAME = 'rolEngagDateFin')
BEGIN
ALTER TABLE rol
ADD rolEngagDateFin smalldatetime NULL
END
GO
#+END_SRC
Here is an Excel formula (using highlighting of Delphi, being quite
similar -- but *unknown to Babel*):
#+BEGIN_SRC Delphi
(frmDateFin+1)+(frmNbrSem+frmDureeVA*0)*7-1
#+END_SRC
and its simplified version:
#+BEGIN_SRC perl
frmDateFin+(frmNbrSem*7)
#+END_SRC
* Bug
You see that when the language is unknown to Org-babel (=Delphi= in this
example), it gets ignored during export, and gets replaced by the previous
code block!!
So, the current workaround is to take whatever other language know to Babel
(here: =perl=) for the export to (at least) output the right code in the
generated document (even if not correctly highlighted).
* Other problem
The selected language must also be known by =listings=... Hence, =R= cannot
be chosen for language; generating otherwise an error when compiling the
LaTeX document.
--8<---------------cut here---------------end--------------->8---
Best regards,
Seb
PS- I'll answer your posts shortly (Noweb vs Babel, and incompatibility with
Org-special-blocks). Have had no time up to now...
--
Sébastien Vauban
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next reply other threads:[~2010-01-13 16:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-13 16:04 Sébastien Vauban [this message]
2010-01-13 16:21 ` [babel] Bug in output PDF with source blocks of unknown language Eric Schulte
2010-01-18 23:55 ` Eric Schulte
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=87y6k2kn4e.fsf@mundaneum.com \
--to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@public.gmane.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).