emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Inline code in tables?
@ 2013-04-11 22:56 John Hendy
  2013-04-12  1:06 ` Jay Kerns
  0 siblings, 1 reply; 4+ messages in thread
From: John Hendy @ 2013-04-11 22:56 UTC (permalink / raw)
  To: emacs-orgmode

I  have a table like so:

| Title | Title                   |
|-------+-------------------------|
| var1  | src_R[:session r]{var1} |
| var2  | src_R[:session r]{var2} |
| var3  | src_R[:session r]{var3} |

I just had the same in an itemized list, and it worked fine. Then I
wanted to add more attributes and thought a table would be a better
bet. The table is exporting as LaTeX math formatted:

\begin{tabular}{ll}
\toprule
Title & Title\\
\midrule
var1 & src$_\mathrm{R[}$:session r]\{var1\}\\
var2 & src$_\mathrm{R[}$:session r]\{var2\}\\
var3 & src$_\mathrm{R[}$:session r]\{var3\}\\
\bottomrule
\end{tabular}


Thanks for any suggestions,
John

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

end of thread, other threads:[~2013-04-12  2:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-11 22:56 Inline code in tables? John Hendy
2013-04-12  1:06 ` Jay Kerns
2013-04-12  1:25   ` John Hendy
2013-04-12  2:26     ` Charles Berry

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