Re: [O] orgmod: R and threeparttable

2013-12-12 Thread Vikas Rawal
Thanks very much, John. I have been trying something of this kind without much success. Will try to take your code, and work with it. In the meanwhile, this is really calling for a neat implementation. Can we have it somewhere marked as TODO? Vikas On Wed, Dec 11, 2013 at 9:43 PM, John Hendy

Re: [O] Old style backquotes in ox-texinfo.el

2013-12-12 Thread James Harkins
On Fri, Dec 13, 2013 at 10:44 AM, Thomas S. Dye wrote: > I see in the git log for ox-texinfo that Carsten got rid of old > style backquoting on September 19th. Yours must be older than that? Well, as I said before, I'm using the stable release tag for 8.2. I do not habitually use the latest from

Re: [O] Org mode and "shunt" exporters?

2013-12-12 Thread John Kitchin
I tried this code but I get a JSON readtable error even with the examples in the code. John --- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.c

Re: [O] Old style backquotes in ox-texinfo.el

2013-12-12 Thread Thomas S. Dye
James Harkins writes: >>> If this has been fixed in master, then I'm content to leave it at that. >> >> I don't know about this. My guess is that your Org-mode installation is >> messed up somehow. > > I'm unclear how. I didn't see this message in Emacs. It's during > "make." That has to do only

Re: [O] Old style backquotes in ox-texinfo.el

2013-12-12 Thread James Harkins
On Thu, Dec 12, 2013 at 11:52 PM, Thomas S. Dye wrote: > James Harkins writes: > >> If this has been fixed in master, then I'm content to leave it at that. > > I don't know about this. My guess is that your Org-mode installation is > messed up somehow. I'm unclear how. I didn't see this message

Re: [O] Bash script to update - only make when update there?

2013-12-12 Thread Suvayu Ali
On Thu, Dec 12, 2013 at 10:00:22AM +0100, Rainer M Krug wrote: > > On 12/10/13, 21:50 , Samuel Wales wrote: > > gitpullv () { #echo \=== maybe need to grab tags head=`git > > rev-parse --verify HEAD` echo git pull --stat --log | cat echo > > newhead=`git rev-parse --verify HEAD` if [ "$newhead" !

Re: [O] [parser] subscripts and underlines interacting badly

2013-12-12 Thread Nicolas Goaziou
Aaron Ecay writes: > 2013ko abenudak 12an, Nicolas Goaziou-ek idatzi zuen: >> >> We could give priority to underline when there are no curly brackets, >> priority to subscript otherwise. It sounds overly complicated though. > > Your last sentence sounds very close to "don’t do it; I won’t accept

Re: [O] Org mode and "shunt" exporters?

2013-12-12 Thread Matt Price
On Thu, Dec 12, 2013 at 2:50 PM, Aaron Ecay wrote: > 2013ko abenudak 12an, John Kitchin-ek idatzi zuen: >> >> I wouldn't hold your breath waiting for my solution, it's currently a >> constructive procrastination project to see if it is possible ;) >> >> I made this: >> >> https://github.com/jkitch

Re: [O] Org mode and "shunt" exporters?

2013-12-12 Thread Aaron Ecay
2013ko abenudak 12an, John Kitchin-ek idatzi zuen: > > I wouldn't hold your breath waiting for my solution, it's currently a > constructive procrastination project to see if it is possible ;) > > I made this: > > https://github.com/jkitchin/jmax/blob/prelude/ox-json.el > > which does give some outp

Re: [O] [parser] subscripts and underlines interacting badly

2013-12-12 Thread Aaron Ecay
Hi Nicolas, 2013ko abenudak 12an, Nicolas Goaziou-ek idatzi zuen: > > We could give priority to underline when there are no curly brackets, > priority to subscript otherwise. It sounds overly complicated though. Your last sentence sounds very close to "don’t do it; I won’t accept such a patch."

Re: [O] Org mode and "shunt" exporters?

2013-12-12 Thread Eric Schulte
Here's a quick shot at using Common Lisp's cl-json package as a bridge between Emacs-lisp and JSON. The Org-mode file with necessary the code is attached (it requires a running lisp process w/cl-json loaded), as well as it's json conversion. #+Title: Org to JSON Use Common Lisp as a bridge betwe

Re: [O] LaTeX export with listings: multicolumn support broken?

2013-12-12 Thread Nicolas Goaziou
Hello, James Harkins writes: > On Wed, Dec 11, 2013 at 11:22 PM, Nicolas Goaziou wrote: >> Your first "attr_latex" line applies to the "figure" special block, not >> to the source block. > > I did eventually figure that out. > > As far as I can see, this is the only reference to figure* > envir

Re: [O] [parser] subscripts and underlines interacting badly

2013-12-12 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > I agree. Do you think it is possible to solve the problem while > preserving the fact that underscore is used for both subscript and > underline? It seems very difficult. We could give priority to underline when there are no curly brackets, priority to subscript ot

Re: [O] Org mode and "shunt" exporters?

2013-12-12 Thread John Kitchin
I wouldn't hold your breath waiting for my solution, it's currently a constructive procrastination project to see if it is possible ;) I made this: https://github.com/jkitchin/jmax/blob/prelude/ox-json.el which does give some output that vaguely resembles json for a very simple org-file (no quot

Re: [O] inconsistency in backend export functions?

2013-12-12 Thread John Kitchin
On Thu, Dec 12, 2013 at 11:44 AM, Nicolas Goaziou wrote: > org-export-define-backend Thanks! I didn't understand that docstring like that the first time I read it, but now it makes sense (and even answers how to get the whole body between {} with the template symbol!). John ---

Re: [O] inconsistency in backend export functions?

2013-12-12 Thread Nicolas Goaziou
Hello, John Kitchin writes: > I was playing around with creating a new backend to convert an org-file to > a json representation, and I came across this apparent inconsistency in the > backend function signatures. > > at http://orgmode.org/worg/dev/org-export-reference.html it suggests the > bac

Re: [O] Org mode and "shunt" exporters?

2013-12-12 Thread Brett Viren
Hi John, John Kitchin writes: > that sounds like an interesting approach. xml seems like what you > really want, since looking at the parsetree there is a lot of > information (e.g. attributes, properties, etc...) that would be tricky > to generate a fully representative json scheme. I see fro

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-12 Thread Rainer Stengele
Am 02.12.2013 12:21, schrieb Rainer Stengele: > All, > > last week I played around with org-indent-mode in my biggest (37.000 lines) > org file. > 3 days later I detected that most of the file was corrupted. > WHy so late? Using the agenda I only saw the todos and did not recognise the > corrupt

[O] Remote References to Tables in Included Files.

2013-12-12 Thread Ian Barton
I am trying to combine summary data from org tables. Data for each year is stored in a separate org file, with a table for each month. I have created a file called combined.org, which INCLUDES the org files for each of the 12 months. Can't find remote table "october2012". examplea.org: * Nov

[O] inconsistency in backend export functions?

2013-12-12 Thread John Kitchin
Hi All, I was playing around with creating a new backend to convert an org-file to a json representation, and I came across this apparent inconsistency in the backend function signatures. at http://orgmode.org/worg/dev/org-export-reference.html it suggests the backend transcoding functions should

Re: [O] [babel] Lisp error: (void-variable params)

2013-12-12 Thread Sebastien Vauban
Achim Gratz wrote: > Eric Schulte writes: >> This should be fixed now. > > Indeed it is. Thank you. Also confirmed on my side. Thank you for fixing the "hash computation" problem so quickly! Best regards, Seb -- Sebastien Vauban

Re: [O] [babel] Lisp error: (void-variable params)

2013-12-12 Thread Achim Gratz
Eric Schulte writes: > This should be fixed now. Indeed it is. Thank you. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves

Re: [O] Bash script to update - only make when update there?

2013-12-12 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/10/13, 21:50 , Samuel Wales wrote: > gitpullv () { #echo \=== maybe need to grab tags head=`git > rev-parse --verify HEAD` echo git pull --stat --log | cat echo > newhead=`git rev-parse --verify HEAD` if [ "$newhead" != "$head" ] > then git l