[O] [odt][libreoffice] Conversion issues odt-doc, docx, pdf

2012-02-14 Thread Jambunathan K
Archiving this bug report for later reference. See https://bugs.freedesktop.org/show_bug.cgi?id=46026 --

[O] bug#10745: 24.0.93; Regression: org-meta-return does not honor vertical spacing in lists

2012-02-14 Thread Chong Yidong
Glenn Morris r...@gnu.org writes: this: org-footnote.el:(defvar org-blank-before-new-entry nil) ; silence byte-compiler is bogus (the relevant syntax is (defvar foo)). Probably so are these: org-footnote.el:(defvar org-export-footnotes-seen nil) ; silence byte-compiler

Re: [O] [babel][patch] sqlite3 in org-babel

2012-02-14 Thread Martyn Jago
Added [babe][patch] to title to avoid patch being overlooked. Best, Martyn Daniel Clemente n142...@gmail.com writes: Hi, org-babel works well with sqlite3 if you add this (which I propose for inclusion): - diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index

[O] org-babel export table from R to LaTeX

2012-02-14 Thread Riccardo Romoli
Hi, I work with org-babel and R. In the R session I create a table that I have to export to LaTeX. This is the code I use: #+headers: :results latex #+begin_src R :session *R* :exports results . print(xtable(summary(mypca))) #+end_src I do not understand why the exported table is delimited

Re: [O] org-babel export table from R to LaTeX

2012-02-14 Thread Riccardo Romoli
If I set :export latex when I exports to LaTeX I have only the R code, not the table. Best 2012/2/14 Christophe Pouzat christophe.pou...@gmail.com Riccardo Romoli ric.rom...@gmail.com writes: Hi, I work with org-babel and R. In the R session I create a table that I have to export to

Re: [O] org-babel export table from R to LaTeX

2012-02-14 Thread Christophe Pouzat
Sorry, Checking foo.org (http://orgmode.org/w/?p=worg.git;a=blob_plain;f=org-contrib/babel/examples/foo.org;hb=HEAD) I got the correct way to do it: #+begin_src R :results output latex :exports results library(xtable) xtable(foo, caption = ANOVA Table, label = tab:one, digits = c(0,

[O] Temp files from testing are permanent...

2012-02-14 Thread Achim Gratz
I've started to always test each build. It seems that the temporary files from testing (they end up in /tmp) are not actually removed after testing and continue to pile up. Is there an option that I might have missed that prevents these files from being removed or should cleaning those files be

Re: [O] org-babel export table from R to LaTeX

2012-02-14 Thread Andreas Leha
Christophe Pouzat christophe.pou...@gmail.com writes: Sorry, Checking foo.org (http://orgmode.org/w/?p=worg.git;a=blob_plain;f=org-contrib/babel/examples/foo.org;hb=HEAD) I got the correct way to do it: #+begin_src R :results output latex :exports results library(xtable) xtable(foo,

[O] requesting help debugging tangle on windows

2012-02-14 Thread Andrew Cheng
Tangle works in my linux environment but doesn't quite work in my windows environment. Here's my org file. It defines a code snippet named block and then has a tangle section that refers to block. Tangle results in a file with two blank lines in my windows environment. #+name: block #+begin_src

Re: [O] [RFC][ODT] Converting to pdf (or other formats) via odt

2012-02-14 Thread Andreas Leha
Jambunathan K kjambunat...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Jambunathan K kjambunat...@gmail.com writes: I committed the changes only a few minutes ago as part of Org-mode version 7.8.03 (release_7.8.03.300.g9b820) So the Org version should be at

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-02-14 Thread Andreas Leha
Leo Alekseyev dnqu...@gmail.com writes: I am afraid this might have caused a regression (although it could've been something else). With the latest org-mode pull, C-x C-s in org-src buffer does not save the underlying org-file (as expected) but instead prompts for file name to save. This is

Re: [O] SO question on dynamic arguments

2012-02-14 Thread Andreas Leha
Ken Williams ken.willi...@windlogics.com writes: I asked this question on Stack Overflow today, I wonder if someone might know the answer here:     http://stackoverflow.com/questions/9215216/computing-argument-values-dynamically   It’s about computing arguments to a “#+begin_src R”

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-02-14 Thread Andreas Leha
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Leo Alekseyev dnqu...@gmail.com writes: I am afraid this might have caused a regression (although it could've been something else). With the latest org-mode pull, C-x C-s in org-src buffer does not save the underlying org-file (as

Re: [O] Temp files from testing are permanent...

2012-02-14 Thread Olaf Meeuwissen
Achim Gratz strom...@nexgo.de writes: I've started to always test each build. It seems that the temporary files from testing (they end up in /tmp) are not actually removed after testing and continue to pile up. Is there an option that I might have missed that prevents these files from being

[O] Archiving old instances of repeating todos

2012-02-14 Thread lbmlist
How do you archive old instances of repeating todos, C-c C-x C-s archives the whole thing. I'd like to have something that would take the following: ** TODO Mutter an oath DEADLINE: 2012-02-13 Mon ++1d -0d - State DONE from TODO [2012-02-12 Sun 16:25] - State DONE

Re: [O] [ODT] image scaling overridden by long caption

2012-02-14 Thread Andreas Leha
Jambunathan K kjambunat...@gmail.com writes: Hello Andreas I have added support for character anchored images as part of the following commit release_7.8.03-201-g1d99fd7. I am attaching a sample Org file and the associated ODT output. #+TITLE: side-by-side.org #+AUTHOR:

[O] Incomplete syntax highlight for C++ code

2012-02-14 Thread Zhiqiu Kong
Hi, I am a new org-mode user and am trying to take notes with it. As I put source code into my codes a lot, I love the integration with htmlize pretty much. However, I found the syntax highlight on exported html file is not as what I see in Emacs. To be more specific, only comments and string