[O] multicolumn cells in latex export

2016-11-05 Thread Vikas Rawal
Two years ago, Eric Schulte had shared some most useful code snippets (https://lists.gnu.org/archive/html/emacs-orgmode/2014-08/msg00113.html ). This included an export filter (code pasted below) that provided a very useful

Re: [O] Multicolumn figures with the new exporter

2013-06-13 Thread Eric S Fraga
Christopher Witte writes: > Hi all, > > I can't get the multicolumn option to attr_latex to work with the new > exporter (to generate a figure* environment). Any one know how to do this? What have you actually tried? I believe something like #+attr_latex: :float multicolumn should work. If

Re: [O] Multicolumn figures with the new exporter

2013-06-13 Thread Rasmus
Christopher Witte writes: > I can't get the multicolumn option to attr_latex to work with the new > exporter (to generate a figure* environment). Any one know how to do > this? Please refer to the manual, 12.7.4 LaTeX specific attributes: http://orgmode.org/org.html#LaTeX-specific-attributes

[O] Multicolumn figures with the new exporter

2013-06-13 Thread Christopher Witte
Hi all, I can't get the multicolumn option to attr_latex to work with the new exporter (to generate a figure* environment). Any one know how to do this? Thanks, Chris.

Re: [O] Multicolumn

2012-08-29 Thread John Hendy
On Wed, Aug 29, 2012 at 2:44 AM, Neuwirth Erich wrote: > That is probably what I will have to do. > But since I want both html and LaTeX output, I have to two write separate > output routines > in R which I had hoped to be able to avoid. How often do you anticipate having to change this? I've ex

Re: [O] Multicolumn

2012-08-29 Thread Neuwirth Erich
That is probably what I will have to do. But since I want both html and LaTeX output, I have to two write separate output routines in R which I had hoped to be able to avoid. On Aug 29, 2012, at 4:39 AM, t...@tsdye.com (Thomas S. Dye) wrote: > Neuwirth Erich writes: > >> My problem is that th

Re: [O] Multicolumn

2012-08-28 Thread Thomas S. Dye
Neuwirth Erich writes: > My problem is that the tables are produce by R code snippets. > The code snippets produce plain org tables, bracketed by attributes > identifying > the text as ORG code. > > > > #+RESULTS: > #+BEGIN_ORG > | Jahr | Region | m | w | pWert | m.se | w.se | > |--+-

Re: [O] Multicolumn

2012-08-28 Thread John Hendy
On Tue, Aug 28, 2012 at 8:05 PM, Neuwirth Erich wrote: > My problem is that the tables are produce by R code snippets. > The code snippets produce plain org tables, bracketed by attributes > identifying > the text as ORG code. > > > > #+RESULTS: > #+BEGIN_ORG > | Jahr | Region | m | w | pWert

Re: [O] Multicolumn

2012-08-28 Thread Neuwirth Erich
My problem is that the tables are produce by R code snippets. The code snippets produce plain org tables, bracketed by attributes identifying the text as ORG code. #+RESULTS: #+BEGIN_ORG | Jahr | Region | m | w | pWert | m.se | w.se | |--++-+-+---+---+---|

Re: [O] Multicolumn

2012-08-28 Thread Christopher J. White
Hi Erich, I have a hack for multicolumn support that may help... It's not great, but serves my purpose. I implemented a TWiki mode that uses orgtbl-minor-mode. TWiki pages support multicolumn cells by adding vertical bars with no separators: Display: | Multicol | | C1 | C2 | T

[O] Multicolumn

2012-08-28 Thread Neuwirth Erich
After some googling it seems that multicolumn support is not yet implemented in org tables. I would need multicolumn headers quite urgently, but I have not yet found a way to make this possible. I think that tables with headers like this: | |mean | s.e.| |