[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Example of Make file for Org Mode LaTeX to pdf
From: |
Loris Bennett |
Subject: |
Re: [O] Example of Make file for Org Mode LaTeX to pdf |
Date: |
Mon, 07 Mar 2016 09:55:30 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
Hi Eric,
Eric S Fraga <address@hidden> writes:
> On Friday, 4 Mar 2016 at 23:43, Robert Love wrote:
>> Does anyone have a make file example that has emacs load an .org file,
>> process it into LaTeX and export as PDF, all from the command line
>> without the user doing anything more than type ‘make’? All examples
>> appreciated.
>
> I don't a makefile but I do have a single shell command that exports my
> agenda to an ics file for uploading to google's calendar:
>
> emacs -Q --batch --debug-init \
> --directory=${HOME}/s/emacs \
> --load=custom.el \
> --load=esf-org.el --visit=${DIARY}.org
> --eval='(org-icalendar-export-to-ics)'
>
> HTH
I was interested in doing exactly this, but got the error described
here:
http://article.gmane.org/gmane.emacs.orgmode/105491
Would you be able to share what you load in custom.el and esf-org.el, or
a least explain what needs to be done?
Cheers,
Loris
--
This signature is currently under construction.