Carsten Dominik <carsten.domi...@gmail.com> writes:

> On Dec 20, 2009, at 11:43 PM, andrea wrote:
>
>> Nick Dokos <nicholas.do...@hp.com> writes:
>>
>>> See the thread at
>>>
>>>    http://thread.gmane.org/gmane.emacs.orgmode/17059
>>
>> I also tried the scripts from that thread (but it's actually the same
>> thing), I always get the same error.
>> What could that mean:
>>
>> "converting file euler.org
>> Wrong type argument: commandp, org-export-as-html-batch"
>
> Have you tried (as the installation instructions say)
>
> (require 'org-install)
>
> ??
>
Now it goes a bit further

--8<---------------cut here---------------start------------->8---
    emacs   --batch \
        --eval "(add-to-list 'load-path \"$HOME/.emacs.d/org-mode/lisp/\")" \
        --eval "(require 'org-install)" \
        --load=$orglib/org.el \
        --visit=$1 --funcall org-export-as-html-batch
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
ip116-027:euler_project andrea$ org_html.sh euler.org 
converting file euler.org
Exporting...
htmlize.el 1.34 or later is needed for source code formatting
Exporting...
Exporting...
Wrong type argument: stringp, nil
--8<---------------cut here---------------end--------------->8---

How can I have more verbose errors by the way?



_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to