Re: [Orgmode] A little agenda printer script

2007-06-03 Thread Jason F. McBrayer
Xavier Maillard <[EMAIL PROTECTED]> writes: > I love the idea though I'd rather have it as an inside-emacs > stuff. > Is there a way to see what does it looks like when formatted ? (I > do not have python installed here). For those who have asked about the output from this script, I'm attaching a

Re: [Orgmode] A little agenda printer script

2007-05-24 Thread Xavier Maillard
Hi, I love the idea though I'd rather have it as an inside-emacs stuff. Is there a way to see what does it looks like when formatted ? (I do not have python installed here). Anyway, great thanks ! Xavier -- http://www.gnu.org http://www.april.org http://www.lolica.org ___

Re: [Orgmode] A little agenda printer script

2007-05-23 Thread Carsten Dominik
On May 22, 2007, at 15:11, Jason F. McBrayer wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: Great, I am happy to see an application so soon! I have problems to run it, I guess because of python. My installation did not have the subprocess module... It's in the standard library, but it's

Re: [Orgmode] A little agenda printer script

2007-05-22 Thread Jason F. McBrayer
Bastien <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Jason F. McBrayer) writes: > >> Taking advantage of the new org-batch-agenda-csv functionality, I've >> written a little Python script for exporting an org agenda to PDF, >> using LaTeX as an intermediary. > > I like it, thanks! Here pdflat

Re: [Orgmode] A little agenda printer script

2007-05-22 Thread Jason F. McBrayer
Carsten Dominik <[EMAIL PROTECTED]> writes: > Great, I am happy to see an application so soon! > I have problems to run it, I guess because of python. > My installation did not have the subprocess module... It's in the standard library, but it's new to Python 2.4 (latest Python is 2.5). Odds are

Re: [Orgmode] A little agenda printer script

2007-05-21 Thread Carsten Dominik
Great, I am happy to see an application so soon! I have problems to run it, I guess because of python. My installation did not have the subprocess module... - Carsten On May 21, 2007, at 15:39, Jason F. McBrayer wrote: Taking advantage of the new org-batch-agenda-csv functionality, I've writte

Re: [Orgmode] A little agenda printer script

2007-05-21 Thread Bastien
[EMAIL PROTECTED] (Jason F. McBrayer) writes: > Taking advantage of the new org-batch-agenda-csv functionality, I've > written a little Python script for exporting an org agenda to PDF, > using LaTeX as an intermediary. I like it, thanks! Here pdflatex is complaining about "_" and "#" chars that

[Orgmode] A little agenda printer script

2007-05-21 Thread Jason F. McBrayer
Taking advantage of the new org-batch-agenda-csv functionality, I've written a little Python script for exporting an org agenda to PDF, using LaTeX as an intermediary. Currently, it's a bit of a crude 'worksforme' implementation that could be cleaned up a lot and made more general. Quite a bit of