From: Ben Ward <benjamin.ward@bathspa.org>
To: emacs-orgmode@gnu.org
Subject: Org Babel and R issue with pdf latex export
Date: Mon, 28 Feb 2011 04:08:18 +0000 [thread overview]
Message-ID: <BLU0-SMTP190649725706236E6D0B8D7F5DE0@phx.gbl> (raw)
Hi,
I recently installed emacs, org-mode fresh on a new install of Arch
Linux. Before I had it working on Ubuntu.
I've installed everything as before and used the same .emacs file I had,
but if I use org to write out some R script and export to pdf via latex,
then I get an empty pdf document, with only the title and Contents
heading. However if I export to anything else such as html it works, and
shows me code and results. I've tried even installing a version of org
mode from source, using the build system my distro has, so as it's made
and installed to exactly the right place, but I still don't have any
luck. The texlive version I'm using is from my distro's package manager.
Using C-c C-c to evaluate on the fly works. I had an issue getting org
and babel to work with R on Windows 7 as well, but it was because
certain tex packages were missing and I recieved a message when I tried
to export, but nothing comes up here.
Would the recent change:
Org-babel is now inside org, remove (require 'org-babel-init)
and alike from your .emacs.
Look at http://orgmode.org/Changes.html#ob-configuration-changes
for overview of the settings.
Be causing the entire issue?
The .tex file I get out is thus:
% Created 2011-02-28 Mon 03:47
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{soul}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{latexsym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\providecommand{\alert}[1]{\textbf{#1}}
\begin{document}
\title{Test}
\author{Ben J. Ward}
\date{28 February 2011}
\maketitle
\setcounter{tocdepth}{3}
\tableofcontents
\vspace*{1cm}
\end{document}
Thanks,
Ben W.
(Apologies if this has been sent twice, first time an error occured)
next reply other threads:[~2011-02-28 4:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-28 4:08 Ben Ward [this message]
2011-02-28 5:35 ` Org Babel and R issue with pdf latex export Dan Davison
2011-02-28 7:07 ` Ben Ward
2011-02-28 11:24 ` Rainer M Krug
2011-02-28 17:47 ` Ben Ward
2011-02-28 17:56 ` Erik Iverson
2011-02-28 19:31 ` Erik Iverson
2011-02-28 22:21 ` Ben Ward
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BLU0-SMTP190649725706236E6D0B8D7F5DE0@phx.gbl \
--to=benjamin.ward@bathspa.org \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.