Re: [O] Question re. Bernt's agenda setup

2012-11-26 Thread Manish
On Mon, Nov 26, 2012 at 6:15 AM, Bernt Hansen wrote: > Manish writes: > >> On Sat, Nov 24, 2012 at 12:25 PM, Bernt Hansen wrote: >>> Viktor Rosenfeld writes: >>> Alan Schmitt wrote: > Viktor Rosenfeld writes: > > > it's Shift-P and you need to bind the function bh/narrow-to-pr

Re: [O] New exporter (org-e-odt) not creating content.xml

2012-11-26 Thread Jambunathan K
I switched from Windows XP to a Debian few months back. I am not sure what would make content.xml disappear. Let me investigate... Meanwhile, check your messages buffer and see whether something looks suspicious. Following log is from Debian, it tells what the exporter/Emacs is doing. Specfic

Re: [O] using a table from one org-file as a variable in a code block in another org-file

2012-11-26 Thread John Kitchin
That is pretty awesome! Thanks! John --- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Mon, Nov 26, 2012 at 12:32 PM, Eric

Re: [O] Anyone using or working on ob-scheme?

2012-11-26 Thread Michael Gauland
Thorsten Jolitz googlemail.com> writes: > I forgot all the details, I was an absolute starter with Elisp and I got > stuck sometimes and received help from the org-babel creator Eric > Schulte. Of course some language specific details caused problems, but > the resulting code was not only a copy w

[O] New exporter (org-e-odt) not creating content.xml

2012-11-26 Thread Ista Zahn
I can't seem to get the new odt exporter working on my Windows machine at work (it works fine on Linux at home). Specifically, when I call 'M-x export-dispatch o o' I get an odt archive with the following contents. M Filemode Length Date Time File - -- --

Re: [O] using a table from one org-file as a variable in a code block in another org-file

2012-11-26 Thread Eric Schulte
John Kitchin writes: > Hi everyone, > > I have been using tables as variables for codeblocks on an org-file, e.g. > #+tblname: class-data > | user | oxide | xc | > | jkitchin | TiO2 | LDA| > ... > > #+BEGIN_SRC python :var data=class-data > from pylab import * > import numpy as np > > vol

Re: [O] using local.mk to maintain a local git branch

2012-11-26 Thread Eric Abrahamsen
Achim Gratz writes: > Eric Abrahamsen ericabrahamsen.net> writes: >> In the Org FAQ, under the "How can I keep local changes..." section, >> there's a note saying that the config local:rebase options are no longer >> needed under the new make system, and something equivalent can be done >> using

Re: [O] using local.mk to maintain a local git branch

2012-11-26 Thread Achim Gratz
Eric Abrahamsen ericabrahamsen.net> writes: > In the Org FAQ, under the "How can I keep local changes..." section, > there's a note saying that the config local:rebase options are no longer > needed under the new make system, and something equivalent can be done > using local.mk configurations. T

Re: [O] Extending org-koma-letter.el

2012-11-26 Thread Bastien
Alan Schmitt writes: > Nicolas Goaziou writes: > >> OK. Keep us informed when the process is over. Note this step is not >> mandatory to modify a file in contrib/, so you can do 1-3 meanwhile. > > I've added koma-letter to the repository, in contrib/lisp. Please let me > know if I did something

Re: [O] Extending org-koma-letter.el

2012-11-26 Thread Alan Schmitt
Nicolas Goaziou writes: > OK. Keep us informed when the process is over. Note this step is not > mandatory to modify a file in contrib/, so you can do 1-3 meanwhile. I've added koma-letter to the repository, in contrib/lisp. Please let me know if I did something wrong. Alan