Rainer Thiel 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, though. Trying
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 m
Jambunathan K writes:
> Rainer Thiel 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 t
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
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
Hello,
John Hendy 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 gets me the
> e
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 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.
>>
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
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
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
Charles Turner 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 and have them
Marc-Oliver Ihm 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 tables would be:
>
>
On 12/27/11 9:37 PM, Eric Schulte wrote:
Charles Turner 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
exporter and writin
Christian Moe writes:
> On 12/27/11 9:37 PM, Eric Schulte wrote:
>> Charles Turner 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
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 . You
could do that with literal HTML, or (my preference) with
org-special-blocks. Use CSS to display t
Christian Moe wrote:
> On 12/27/11 9:37 PM, Eric Schulte wrote:
> > Charles Turner 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 poss
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" wrote:
> Christian Moe wrote:
>
> > On 12/27/11 9:37 PM, Eric Schulte wrote:
> > > Charles Turner writes:
> > >
> >
Nick Dokos writes:
> Christian Moe wrote:
>
>> On 12/27/11 9:37 PM, Eric Schulte wrote:
>> > Charles Turner 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 w
> 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 atta
Hi Franz,
Franz Sommer wrote:
> 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
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: pre.src {display: table-cell;}
>
> How to say hello in two languages:
>
> #+LaTeX: \begin{mini
21 matches
Mail list logo