typo fixed.
[l3full.git] / l3doc / org-export-cust.el
blob8c8cdc55f7da0f59427e62f7980847aeaeb6a2ed
1 ;; Batch script to convert %.org to %.html, with external style sheet
2 ;; and other options.
3 ;;
4 ;; Used via emacs --batch -q $< -l ./org-export-cust.el
5 ;;
6 (load-library "~/emacs/lisp/org.elc")
8 (setq org-export-html-style
9 (concat
10 "<link rel=stylesheet href=\"l3style.css\" type=\"text/css\" media=\"screen\">\n"
11 "<link rel=stylesheet href=\"l3style-print.css\" type=\"text/css\" media=\"print\">"
14 (org-export-as-html 3 'hidden)