[O] Re: [Orgmode] [babel] [PATCH]

2011-03-02 Thread Martyn Jago
"Eric Schulte" writes: > Martyn Jago writes: > >> "Eric Schulte" writes: >> >> [...] >> >>> Also, I'm really pleased that you are looking into the test suite. I do >>> believe that a well maintained test suite would be a huge boon, both for >>> Babel and for Org-mode at large, however, recentl

[O] Re: [Orgmode] [babel] [PATCH]

2011-03-02 Thread Eric Schulte
Martyn Jago writes: > "Eric Schulte" writes: > > [...] > >> Also, I'm really pleased that you are looking into the test suite. I do >> believe that a well maintained test suite would be a huge boon, both for >> Babel and for Org-mode at large, however, recently I have only had >> enough time to

[O] Re: [Orgmode] [babel] [PATCH]

2011-03-02 Thread Martyn Jago
"Eric Schulte" writes: [...] > Also, I'm really pleased that you are looking into the test suite. I do > believe that a well maintained test suite would be a huge boon, both for > Babel and for Org-mode at large, however, recently I have only had > enough time to respond to issues raised on the

[O] Re: [Orgmode] [babel] [PATCH]

2011-03-01 Thread Eric Schulte
Martyn Jago writes: > "Eric Schulte" writes: > > Hi Eric > >> Hi Martyn, >> >> Thanks for this patch and for the very nice test file, I've just applied >> it along with a related patch in org-exp-blocks.el. >> >> Even with the patch applied I am still seeing undesirable behavior when >> exportin

[O] Re: [Orgmode] [babel] [PATCH]

2011-02-28 Thread Martyn Jago
"Eric Schulte" writes: Hi Eric > Hi Martyn, > > Thanks for this patch and for the very nice test file, I've just applied > it along with a related patch in org-exp-blocks.el. > > Even with the patch applied I am still seeing undesirable behavior when > exporting the test file. I believe this is

Re: [Orgmode] [babel] [PATCH]

2011-02-27 Thread Eric Schulte
Hi Martyn, Thanks for this patch and for the very nice test file, I've just applied it along with a related patch in org-exp-blocks.el. Even with the patch applied I am still seeing undesirable behavior when exporting the test file. I believe this is due to upstream processing of the blocks by t

[Orgmode] [babel] [PATCH]

2011-02-25 Thread Martyn Jago
Hi Babel I've been working on an exporter and have come across some strange behaviour regarding 'empty' source blocks with regard to tangling. If an attempt is made to tangle a block containing two blank (no white-space) lines, the block is exported as carriage returns (as I would expect). If a

[Orgmode] [babel][patch] C++ inconsistencies

2011-02-18 Thread Martyn Jago
Hi I've noticed a couple of minor inconsistencies with C++ export... - According to the Org manual (section 14.7 Languages) the identifier for C++ is C++ (upper-case), but in practice this fails and the identifier c++ (lower-case) must be used. In general, identifiers appear to be lowe

Re: [Orgmode] [Babel] Patch for adding Microsoft's osql command-line utility

2010-12-05 Thread Eric Schulte
Hi Seb, Thanks for the patch, this has just been applied. -- Eric Sébastien Vauban writes: > Hi Eric, > > Here a patch for osql from Microsoft. > > diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el > index 19c271d..9e6f06a 100644 > --- a/lisp/ob-sql.el > +++ b/lisp/ob-sql.el > @@ -66,6 +66,10 @@ Th

[Orgmode] [Babel] Patch for adding Microsoft's osql command-line utility

2010-12-03 Thread Sébastien Vauban
Hi Eric, Here a patch for osql from Microsoft. diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index 19c271d..9e6f06a 100644 --- a/lisp/ob-sql.el +++ b/lisp/ob-sql.el @@ -66,6 +66,10 @@ This function is called by `org-babel-execute-src-block'." (out-file (or (cdr (assoc :out-file params))

Re: [Orgmode] [Babel] Patch for "Evaluation aborted"

2010-11-25 Thread Eric Schulte
Hi Seb, Nice idea, I've just pushed up a patch which improves this message. Best -- Eric Sébastien Vauban writes: > Hi Eric and Dan, > > I was puzzled this morning by a message "evalution aborted" without any extra > info. "Aborted" made me think there was an error, so I toggle debug-on-error,

[Orgmode] [Babel] Patch for "Evaluation aborted"

2010-11-24 Thread Sébastien Vauban
Hi Eric and Dan, I was puzzled this morning by a message "evalution aborted" without any extra info. "Aborted" made me think there was an error, so I toggle debug-on-error, but it did not give me any more insight on the problem. After searching for the message in the code base, I found it in =ob.

Re: [Orgmode] [babel][PATCH] org-babel-asymptote now handles variables.

2010-06-04 Thread Eric Schulte
Hi Nicolas, Nicolas Goaziou writes: >> Eric Schulte writes: > >> This patch looks great! > > Thank you. > I just applied this patch. Thanks again for the contribution. > >> Thanks for the contribution. However before I apply this patch, can >> I ask, have you signed the FSF papers. > > It

Re: [Orgmode] [babel][PATCH] org-babel-asymptote now handles variables.

2010-06-02 Thread Nicolas Goaziou
> Eric Schulte writes: > This patch looks great! Thank you. > Thanks for the contribution. However before I apply this patch, can > I ask, have you signed the FSF papers. It is on it's way : I've already received their confirmation email and the papers I have to sign should arrive soon. So,

Re: [Orgmode] [babel][PATCH] org-babel-asymptote now handles variables.

2010-06-02 Thread Eric Schulte
Hi Nicolas, This patch looks great! Thanks for the contribution. However before I apply this patch, can I ask, have you signed the FSF papers. As org-babel is being incorporated into the core of Org-mode and will be considered part of Emacs we need authors of any contributions longer than 10 li

[Orgmode] [babel][PATCH] org-babel-asymptote now handles variables.

2010-05-30 Thread Nicolas Goaziou
Hello, Here is a patch to allow the use of variables in org-babel-asymptote. Types integer, string, symbol (treated as string) float and any table of those are recognized. Thanks, - Nicolas diff --git a/contrib/babel/lisp/langs/org-babel-asymptote.el b/contrib/babel/lisp/langs/org-babel-asympt

[Orgmode] [babel] [PATCH] org-babel-asymptote now handles variables

2010-05-30 Thread Nicolas Goaziou
Hello, This patch makes org-babel-asymptote handle variables. Types integer, string, symbol (treated as strings), float, and any list of those are supported. - Nicolas org-babel-asymptote.patch Description: Binary data ___ Emacs-orgmode mailing lis