emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Columns with marking characters are exported to latex (Org 8)
@ 2014-08-18 19:59 Thorsten Grothe
  2014-08-18 21:44 ` Nick Dokos
  0 siblings, 1 reply; 10+ messages in thread
From: Thorsten Grothe @ 2014-08-18 19:59 UTC (permalink / raw)
  To: emacs-orgmode

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

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

end of thread, other threads:[~2014-08-20 17:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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