Hi Eric,

Eric S Fraga <[email protected]> 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.


Reply via email to