marsmining / ox-twbs

Export org-mode docs as HTML compatible with Twitter Bootstrap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shell batch export

prestancedesign opened this issue · comments

Hi,

Is there possible to directly export from terminal like I do with basic html ?

emacs myorgfile.org --batch -f org-html-export-to-html --kill

When I tried emacs myorgfile.org --batch -f org-twbs-export-to-html --kill, I have this error :

Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Symbol's function definition is void: org-twbs-export-to-html

I want to export in CRON task and copy on remote server with SCP.
Thx in advance, best regards.