Re: [O] Contribution: ob-groovy.el

2013-12-26 Thread Thomas S. Dye
Aloha Miro, Thanks for your contribution to Org mode. Have you signed the FSF papers so that ob-groovy.el can be added to Org mode? See: http://orgmode.org/worg/org-contribute.html#sec-6 Contributions by authors who have not signed the FSF papers are typically added to the contrib directory and

[O] Contribution: ob-groovy.el

2013-12-26 Thread Miro Bezjak
Hi all, I would like to contribute org-babel functions for Groovy evaluation. I simply copy/pasted ob-scala.el and made appropriate changes. I'm attaching ob-groovy.el as a file. All 3 tests pass, although I haven't created `testing/test-ob-groovy.el` - I'll look into that. --- testing last res

Re: [O] tables on org-mode.

2013-12-26 Thread Sharon Kimble
On Thu, 26 Dec 2013 18:27:21 + Sharon Kimble wrote: > On Thu, 26 Dec 2013 17:15:47 +0100 > Nicolas Goaziou wrote: > > > Hello, > > > > Sharon Kimble writes: > > > > > This in org-mode - > > > ** Table 1. Breast Cancer and Hormone Replacement Therapy: Results > > > From the Reanalysis of

Re: [O] tables on org-mode.

2013-12-26 Thread Sharon Kimble
On Thu, 26 Dec 2013 17:15:47 +0100 Nicolas Goaziou wrote: > Hello, > > Sharon Kimble writes: > > > This in org-mode - > > ** Table 1. Breast Cancer and Hormone Replacement Therapy: Results > > From the Reanalysis of Epidemiologic Studies by The Collaborative > > Group On Hormonal Factors in Br

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Thomas S. Dye
Aloha Nicolas, Ah, I see what's happening now. I've set up asynchronous export to use the Org mode that ships with Emacs, rather than the one from the git repo. Of course, that doesn't track your changes. In this case, where many potential users of my reproducible research document aren't using t

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Thomas S. Dye
Nicolas Goaziou writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> I'm getting the same incorrect result as before with: >> >> Org-mode version 8.2.4 (release_8.2.4-391-g954168 @ >> /Users/dk/.emacs.d/src/org-mode/lisp/) > > Did you reload Org? I cannot reproduce the problem anymore. Hmm, "la

Re: [O] Fwd: property drawer search -- org-element-headline-parser

2013-12-26 Thread Nicolas Goaziou
Hello, Keith David Bershatsky writes: > Between the version 7.9.3f and 8.2.3a, the org team changed the > property drawer from lowercase to capital letters for the > org-element-headline-parser Indeed. That was changed before 8.0 release. > -- this resulted in several hours of lost time tracki

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Nicolas Goaziou
t...@tsdye.com (Thomas S. Dye) writes: > I'm getting the same incorrect result as before with: > > Org-mode version 8.2.4 (release_8.2.4-391-g954168 @ > /Users/dk/.emacs.d/src/org-mode/lisp/) Did you reload Org? I cannot reproduce the problem anymore. >> Nevertheless, there will always be failin

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> I'm having a problem with exporting quotes. I have the #+OPTIONS ':t. >> >> This input in the Org mode file: >> >> "[l]ater walls ..." >> >> produces this in the tex file (open quote wrong, close quo

Re: [O] tables on org-mode.

2013-12-26 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > This in org-mode - > ** Table 1. Breast Cancer and Hormone Replacement Therapy: Results From the > Reanalysis of Epidemiologic Studies by The Collaborative Group On Hormonal > Factors in Breast Cancer. > | Time on HRT | Breast Cancers Diagnosed During 20 Years

Re: [O] tables on org-mode.

2013-12-26 Thread Sharon Kimble
On Thu, 26 Dec 2013 14:25:12 + Sharon Kimble wrote: > Two questions about tables in org-mode. > > I have this as row 1 of a table - > |Time on HRT |Breast Cancers Diagnosed During 20 Years Between the > Ages of 50-50 Years |Extra Breast Cancers | > How do I keep all the other rows in that ta

[O] tables on org-mode.

2013-12-26 Thread Sharon Kimble
Two questions about tables in org-mode. I have this as row 1 of a table - |Time on HRT |Breast Cancers Diagnosed During 20 Years Between the Ages of 50-50 Years |Extra Breast Cancers | How do I keep all the other rows in that table keep that formatting when the document is exported please? And, f

Re: [O] LaTeX export, problem with quotes

2013-12-26 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > I'm having a problem with exporting quotes. I have the #+OPTIONS ':t. > > This input in the Org mode file: > > "[l]ater walls ..." > > produces this in the tex file (open quote wrong, close quote OK): > "[l]ater walls ...'' > > I'm expecting this i

Re: [O] [BUG] LaTeX command inside TITLE

2013-12-26 Thread Nicolas Goaziou
Hello, Xavier Garrido writes: > I just pull the latest git commit from orgmode and I face a strange > behavior when exporting orgmode document to LaTeX to PDF. Here is a very > minimal orgmode file > > #+BEGIN_SRC org > #+TITLE: Using \alpha or \beta in orgmode title > #+END_SRC > > when runni