Re: [Orgmode] Re: org batch job using emacsclient?

2009-11-17 Thread Sebastian Rose
Stefan Vollmar writes: > Dear Sebastian, > > many thanks for your detailed reply! > > On 17.11.2009, at 03:25, Sebastian Rose wrote: > >>> To start with, it now works for me and I can measure a consistent speedup of > 7x >>> (!) for using emacsclient - in an interactive web service (conversion of

Re: [Orgmode] Re: org batch job using emacsclient?

2009-11-17 Thread Stefan Vollmar
Dear Sebastian, many thanks for your detailed reply! On 17.11.2009, at 03:25, Sebastian Rose wrote: >> To start with, it now works for me and I can measure a consistent speedup of >> 7x >> (!) for using emacsclient - in an interactive web service (conversion of >> org-files to HTML) the differe

Re: [Orgmode] Re: org batch job using emacsclient?

2009-11-16 Thread Sebastian Rose
Stefan Vollmar writes: > Gentlemen, > > thanks for the many helpful replies! > > To start with, it now works for me and I can measure a consistent speedup of > 7x > (!) for using emacsclient - in an interactive web service (conversion of > org-files to HTML) the difference between 0.35 s and 2.40

Re: [Orgmode] Re: org batch job using emacsclient?

2009-11-16 Thread Stefan Vollmar
Gentlemen, thanks for the many helpful replies! To start with, it now works for me and I can measure a consistent speedup of 7x (!) for using emacsclient - in an interactive web service (conversion of org-files to HTML) the difference between 0.35 s and 2.40 s (average) is significant. (1) Ha

[Orgmode] Re: org batch job using emacsclient?

2009-11-16 Thread Gregory J. Grubbs
Stefan Vollmar writes: > Hello, > > we are currently setting up some org-templates for simple web pages (e.g. CV > information for members of our institute). So far this seems to work > surprisingly well - even for users who use editors other than Emacs (yes, we > need to try harder...). We ha

[Orgmode] Re: org batch job using emacsclient?

2009-11-16 Thread Magnus Henoch
Stefan Vollmar writes: > cmd = emacsclient + " --eval " \ > + " \"(add-to-list 'load-path \\\"" + ORGLIB + "\\\")\"" \ > + " \"(require 'org)\"" \ > + " \"(require 'org-exp)\"" \ > + " \"(setq org-export-headline-levels 2)\"" \ > + " \"(load-file \\\"" + orgfile + "\\\")\"" \ > + " \"