aboutsummaryrefslogtreecommitdiff
path: root/org2html.el
blob: 8556e3fa6fbfa369043d59f978a85f533750d6d5 (plain)
1
2
3
4
5
6
7
(let ((bufname (car command-line-args-left))
      (target (car (cdr command-line-args-left))))
  (set-buffer (find-file bufname))
  (let ((name (org-html-export-to-html)))
    (if target
        (rename-file name target t))
    (kill-buffer (current-buffer))))

Return to:

Send suggestions and report system problems to the System administrator.