emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thorsten Grothe <info@th-grothe.de>
To: emacs-orgmode@gnu.org
Subject: Re: Columns with marking characters are exported to latex (Org 8)
Date: Tue, 19 Aug 2014 00:14:42 +0200	[thread overview]
Message-ID: <53F27AD2.7020103@th-grothe.de> (raw)
In-Reply-To: <871tsdpimx.fsf@alphaville.bos.redhat.com>

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

Hallo Nick,

* Nick Dokos, 19.08.2014 00:13:53:

> Sorry - disregard that. I didn't test with radio tables, I just did a
> straight export. I'll try radio tables later.

the attached file is a showing the latex code after the export from 
orgtbl -- see the result, I made some small comments on it...


-- 
Regards

Thorsten

[-- Attachment #2: Orgerror.tex --]
[-- Type: text/x-tex, Size: 627 bytes --]

\documentclass{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{colortbl}

\begin{document}

#+TBLNAME: Test
#+ORGTBL: SEND Test orgtbl-to-latex
|   |    A |    B |
|---+------+------|
| / |    6 |    2 |
| / |    4 |    9 |
|---+------+------|
| _ | suma | sumb |
|   |   10 |   11 |
#+TBLFM: $suma=vsum(@I..@II)::$sumb=vsum(@I..@II)

% BEGIN RECEIVE ORGTBL Test
\begin{tabular}{lrr}
 & A & B \\
\hline
/ & 6 & 2 \\ % see here
/ & 4 & 9 \\ % see here
\hline
$\backslash$$_$ & suma & sumb \\ % see here
 & 10 & 11 \\
\end{tabular}
% END RECEIVE ORGTBL Test

\end{document} 

  reply	other threads:[~2014-08-18 22:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-18 19:59 Columns with marking characters are exported to latex (Org 8) Thorsten Grothe
2014-08-18 21:44 ` Nick Dokos
2014-08-18 21:55   ` Nick Dokos
2014-08-18 22:14     ` Thorsten Grothe [this message]
2014-08-19  4:29       ` Nick Dokos
2014-08-20  4:23         ` Nick Dokos
2014-08-20  7:23           ` Nicolas Goaziou
2014-08-20 11:58             ` Nick Dokos
2014-08-20 16:38           ` Thorsten Grothe
2014-08-20 17:16             ` Nick Dokos

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53F27AD2.7020103@th-grothe.de \
    --to=info@th-grothe.de \
    --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 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).