Hi Nicolas, Nicolas Richard <theonewiththeevill...@yahoo.fr> writes:
> I'm trying to play with the exporter but I'd like my back-end to have no > toc by default. I tried > > (org-export-define-derived-backend 'mytest 'html > :translate-alist > ;; don't use the template, concentrate on the toc. > (list (cons 'template (lambda (a _) a))) > :options-alist > '((:with-toc nil "toc" nil))) > > IIUC, the last "nil" up there should be the default value for :with-toc. I used this in contrib/lisp/ox-rss.el :options-alist '((:with-toc nil nil nil) ;; Never include HTML's toc with `nil' instead of "toc". Perhaps some hint lies down here (like "toc" indicating the exporter should rely on the buffer-local value of `org-export-with-toc'?) but I'm not really sure, I hope Nicolas can clarify. -- Bastien