all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Footnotes and R output when exporting to HTML or Latex
@ 2009-01-21 15:39 Graham Smith
  2009-01-21 16:32 ` Paul R
  2009-01-29  1:14 ` Dan Davison
  0 siblings, 2 replies; 10+ messages in thread
From: Graham Smith @ 2009-01-21 15:39 UTC (permalink / raw)
  To: emacs-orgmode

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

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

end of thread, other threads:[~2009-01-29  1:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-21 15:39 Footnotes and R output when exporting to HTML or Latex Graham Smith
2009-01-21 16:32 ` Paul R
2009-01-21 16:47   ` Graham Smith
2009-01-21 17:15     ` [OT] basic emacs tips you will need someday (was: Footnotes and R output when exporting to HTML or Latex) Paul R
2009-01-21 17:28       ` Graham Smith
2009-01-22  3:54       ` Manish Sharma
2009-01-22  9:13         ` Graham Smith
2009-01-21 17:33     ` Re: Footnotes and R output when exporting to HTML or Latex Nick Dokos
2009-01-21 17:40       ` Graham Smith
2009-01-29  1:14 ` Dan Davison

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.