Re: [O] ODT Exporter

2011-12-27 Thread Jambunathan K
Rainer Thiel r.th...@uni-jena.de writes: I had noticed Org Mode v. 7.8 integrates Jambunathan's ODT exporter that I had used successfully when it was still labelled as a contribution. After installing org-mode 7.8 on my Windows XP machine, I can't seem to be able to use the ODT exporter,

[O] ODT Exporter

2011-12-27 Thread Rainer Thiel
I had noticed Org Mode v. 7.8 integrates Jambunathan's ODT exporter that I had used successfully when it was still labelled as a contribution. After installing org-mode 7.8 on my Windows XP machine, I can't seem to be able to use the ODT exporter, though. Trying to do so, I am getting the error

Re: [O] ODT Exporter

2011-12-27 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Rainer Thiel r.th...@uni-jena.de writes: I had noticed Org Mode v. 7.8 integrates Jambunathan's ODT exporter that I had used successfully when it was still labelled as a contribution. After installing org-mode 7.8 on my Windows XP machine, I

Re: [O] Please test the new Makefile

2011-12-27 Thread Achim Gratz
Am 26.12.2011 05:58, schrieb Takaaki ISHIKAWA: I think many Org users are familiar to the previous installation procedure by make not make all, and some users wrote it in their blog, Org manual [*1] too. Yes, the manual would need to be changed in any case. The semantics of some targets

[O] I'm off until the end of the week

2011-12-27 Thread Bastien
Dear all, I will be offline for the rest of the week. I will be back on this list on next monday. Have a happy new year, and enjoy Org! -- Bastien

Re: [O] Footnotes issue with LaTeX export

2011-12-27 Thread Nicolas Goaziou
Hello, John Hendy jw.he...@gmail.com writes: I'm experiencing an issue similar to this one: --- http://osdir.com/ml/emacs-orgmode-gnu/2011-10/msg00544.html I have a paragraph in which I reference a dollar amount (preceded by $). Attempting to insert a footnote anywhere in that paragraph

Re: [O] Inconsisent typesetting of commands in the manual

2011-12-27 Thread Takaaki ISHIKAWA
Hi Bastien, I have confirmed your fix in PDF :) Thanks! Best regards, Takaaki On 2011/12/26, at 22:26, Bastien wrote: Dear Takaaki, Takaaki ISHIKAWA tak...@ieee.org writes: I think this is caused by @table @asis at L.1645 in doc/org.texi. When I change it to @table @kbd, it looks good.

Re: [O] ODT Exporter

2011-12-27 Thread Jambunathan K
Rainer I had noticed Org Mode v. 7.8 integrates Jambunathan's ODT exporter that I had used successfully when it was still labelled as a contribution. After installing org-mode 7.8 on my Windows XP machine, I can't seem to be able to use the ODT exporter, though. Trying to do so, I am

[O] What sport should I practice today, random TODO generator: bugfixing help requested

2011-12-27 Thread Franz Sommer
Hi, I have a small lisp code block evaluation problem generating org-mode style output. Motivation and so on, see below. Would appreciate the communities help. Gladly will return feedback once my setup has advanced and you are interested. Tks in advance, Franz === = Goal:= === Hava

[O] Orthogonality of blocks

2011-12-27 Thread Charles Turner
Problem: I have two code blocks (#+BEGIN_SRC .. #+END) and I want to display them side by side on the page, perhaps within an org table. Is this possible? It doesn't seem to be. I think it would be nice to shove collapsed blocks into org table cells and have them rendered in the usual fashion

Re: [O] Orthogonality of blocks

2011-12-27 Thread Eric Schulte
Charles Turner chtu...@gmail.com writes: Problem: I have two code blocks (#+BEGIN_SRC .. #+END) and I want to display them side by side on the page, perhaps within an org table. Is this possible? It doesn't seem to be. I think it would be nice to shove collapsed blocks into org table cells

Re: [O] [babel] Code for simple set-operations on two tables. Asking for some input.

2011-12-27 Thread Eric Schulte
Marc-Oliver Ihm marc-oliver@online.de writes: Hello, Please find attached the elisp-file and a tutorial (as an org-file) for org-babel-table-proc. It provides some simple set-operations (mostly merge and intersect), which treat org-mode tables as sets. An example for merging two

Re: [O] Orthogonality of blocks

2011-12-27 Thread Christian Moe
On 12/27/11 9:37 PM, Eric Schulte wrote: Charles Turnerchtu...@gmail.com writes: Problem: I have two code blocks (#+BEGIN_SRC .. #+END) and I want to display them side by side on the page, perhaps within an org table. (...) Note that what you describe is likely possible using the existing

Re: [O] Orthogonality of blocks

2011-12-27 Thread Eric Schulte
Christian Moe m...@christianmoe.com writes: On 12/27/11 9:37 PM, Eric Schulte wrote: Charles Turnerchtu...@gmail.com writes: Problem: I have two code blocks (#+BEGIN_SRC .. #+END) and I want to display them side by side on the page, perhaps within an org table. (...) Note that what you

Re: [O] Orthogonality of blocks

2011-12-27 Thread Christian Moe
Oh, right, it gets a bit more complicated if you want better control of the tabulated blocks, i.e. border separation and spacing between the table cells. Then you first need to wrap them in a div. You could do that with literal HTML, or (my preference) with org-special-blocks. Use CSS to

Re: [O] Orthogonality of blocks

2011-12-27 Thread Nick Dokos
Christian Moe m...@christianmoe.com wrote: On 12/27/11 9:37 PM, Eric Schulte wrote: Charles Turnerchtu...@gmail.com writes: Problem: I have two code blocks (#+BEGIN_SRC .. #+END) and I want to display them side by side on the page, perhaps within an org table. (...) Note that what

Re: [O] Orthogonality of blocks

2011-12-27 Thread Torsten Wagner
Hi, just want to point out, there is orgs beamer support which can easily place blocks side by side. Worg has a tutorial about this. Torsten On Dec 28, 2011 8:30 AM, Nick Dokos nicholas.do...@hp.com wrote: Christian Moe m...@christianmoe.com wrote: On 12/27/11 9:37 PM, Eric Schulte wrote:

Re: [O] Orthogonality of blocks

2011-12-27 Thread Jambunathan K
Nick Dokos nicholas.do...@hp.com writes: Christian Moe m...@christianmoe.com wrote: On 12/27/11 9:37 PM, Eric Schulte wrote: Charles Turnerchtu...@gmail.com writes: Problem: I have two code blocks (#+BEGIN_SRC .. #+END) and I want to display them side by side on the page, perhaps

Re: [O] Orthogonality of blocks

2011-12-27 Thread Jambunathan K
Use list-tables which is a Experimental-cum-ODT-only feature. See the attachment. Additional note: List tables are also a feature of the XHTML backend. (add-to-list 'load-path ~/src/org-mode/contrib/lisp) M-x load-library RET org-xhtml RET M-x org-export-as-xhtml-and-open RET See the

Re: [O] Orthogonality of blocks

2011-12-27 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: Here's one (rather less elegant than Christian's CSS magic) way that preserves the HTML behavior: #+author: Christian Moe #+title: Side by side code blocks #+style: stylepre.src {display: table-cell;}/style How to say hello in two languages: #+LaTeX: