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
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
___
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
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
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
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
[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
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