emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thorsten Grothe <info@th-grothe.de>
To: emacs-orgmode@gnu.org
Subject: Columns with marking characters are exported to latex (Org 8)
Date: Mon, 18 Aug 2014 21:59:29 +0200	[thread overview]
Message-ID: <53F25B21.5060308@th-grothe.de> (raw)

Hello List,

I'm running here the maint branch of Org-Mode (8.2.7c). I installed it 
with git.

I tried to export this table to latex:

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


and got the following result:

% BEGIN RECEIVE ORGTBL Test
\hline
  & 6 & 2 \\
  & 4 & 9 \\
\hline
$\backslash$$_$ & suma & sumb \\
  & 10 & 11 \\
% END RECEIVE ORGTBL Test

as you can see the first column of the table is exported to latex. 
Normally columns with marking characters are *not* exported to latex. Is 
this a bug?

Thanks in advance!


-- 
Regards

Thorsten

             reply	other threads:[~2014-08-18 19:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-18 19:59 Thorsten Grothe [this message]
2014-08-18 21:44 ` Columns with marking characters are exported to latex (Org 8) Nick Dokos
2014-08-18 21:55   ` Nick Dokos
2014-08-18 22:14     ` Thorsten Grothe
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=53F25B21.5060308@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).