emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Footnotes and R output when exporting to HTML or Latex


From: Graham Smith
Subject: [Orgmode] Footnotes and R output when exporting to HTML or Latex
Date: Wed, 21 Jan 2009 15:39:36 +0000

Mmmm, so busy concerened about the graphics I didn't realise I had
such a major issue with footnotes.

I am pasting R output into an org file which comes in like:

> names(gq3hazard)

[1] "H1a"    "H1b"    "H1c"    "H2a"    "H2b"    "H2c"    "H3a"    "H3b"

[9] "H3c"    "H3d"    "H4a"    "H4b"    "H4c"    "H5a"    "H5b"    "H5c"

[17] "Htotal"


I suspect some of you are ahead of me, becasue the Org mode export
takes these to be footnotes so in the PDF I get

> names(gq3hazard)
1
"H1a" "H1b" "H1c" "H2a" "H2b" "H2c" "H3a" "H3b"
$ˆ9$ "H3c" "H3d" "H4a" "H4b" "H4c" "H5a" "H5b" "H5c"
$ˆ17$ "Htotal"


with a footnote

1
5 3 7 > library(boot) > medianCI(na.omit(H1b))

I have no idea where the >medianCI bit has come from but looking
through the file, the spurious footnotes seems to be causing havoc
with the layout.


Is it possible to disable the footnote feature and then explicityly
tell orgmode that a specific instance of square brackets should be
interpreted as a footnote.

Thanks,

Graham




reply via email to

[Prev in Thread] Current Thread [Next in Thread]