emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* R sessionInfo() and orgmode footnotes
@ 2012-03-22  9:40 Alejandro Reyes
  2012-03-23 16:45 ` cberry
  2012-03-24 19:37 ` Nicolas Goaziou
  0 siblings, 2 replies; 3+ messages in thread
From: Alejandro Reyes @ 2012-03-22  9:40 UTC (permalink / raw)
  To: emacs-orgmode

Dear all,

I am having troubles to export my documents to a pdf when I have the R 
sessionInfo() as a result. Nevertheless I can export them as a html.
I think org-mode export to latex is getting confused with the output of 
the sessionInfo() function and the footnotes definition. The next is a 
example:


EXAMPLE
This is a strange case [fn:1]
#+BEGIN_SRC R :exports both :results output
x <- rnorm(100)
sessionInfo()
#+END_SRC
[fn:1] It does not let me export to latex


I am using the latest version of org-mode and emacs.
Cheers,

Alejandro

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: R sessionInfo() and orgmode footnotes
  2012-03-22  9:40 R sessionInfo() and orgmode footnotes Alejandro Reyes
@ 2012-03-23 16:45 ` cberry
  2012-03-24 19:37 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: cberry @ 2012-03-23 16:45 UTC (permalink / raw)
  To: emacs-orgmode

Alejandro Reyes <alejandro.reyes@embl.de> writes:

> Dear all,
>
> I am having troubles to export my documents to a pdf when I have the R
> sessionInfo() as a result. Nevertheless I can export them as a html.
> I think org-mode export to latex is getting confused with the output
> of the sessionInfo() function and the footnotes definition. The next
> is a example:

I confirm that this fails with I try to export to latex. From my
*Messages* buffer:

Exporting to LaTeX...
org-babel-exp processing...
executing R code block...
Code block evaluation complete.
org-export-latex-preprocess: Wrong type argument: integer-or-marker-p, nil

but not html.

Chuck

>
>
> EXAMPLE
> This is a strange case [fn:1]
> #+BEGIN_SRC R :exports both :results output
> x <- rnorm(100)
> sessionInfo()
> #+END_SRC
> [fn:1] It does not let me export to latex
>
>
> I am using the latest version of org-mode and emacs.
> Cheers,
>
> Alejandro
>
>

-- 
Charles C. Berry                            Dept of Family/Preventive Medicine
cberry at ucsd edu			    UC San Diego
http://famprevmed.ucsd.edu/faculty/cberry/  La Jolla, San Diego 92093-0901

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: R sessionInfo() and orgmode footnotes
  2012-03-22  9:40 R sessionInfo() and orgmode footnotes Alejandro Reyes
  2012-03-23 16:45 ` cberry
@ 2012-03-24 19:37 ` Nicolas Goaziou
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2012-03-24 19:37 UTC (permalink / raw)
  To: Alejandro Reyes; +Cc: emacs-orgmode

Hello,

Alejandro Reyes <alejandro.reyes@embl.de> writes:

> I am having troubles to export my documents to a pdf when I have the R 
> sessionInfo() as a result. Nevertheless I can export them as a html.
> I think org-mode export to latex is getting confused with the output of 
> the sessionInfo() function and the footnotes definition. The next is a 
> example:
>
>
> EXAMPLE
> This is a strange case [fn:1]
> #+BEGIN_SRC R :exports both :results output
> x <- rnorm(100)
> sessionInfo()
> #+END_SRC
> [fn:1] It does not let me export to latex

It should now be fixed. Thank you for reporting this.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-03-24 19:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22  9:40 R sessionInfo() and orgmode footnotes Alejandro Reyes
2012-03-23 16:45 ` cberry
2012-03-24 19:37 ` Nicolas Goaziou

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).