Re: [O] Customizing TOCs in Derived Exporters

2013-09-18 Thread Josiah Schwab
Rasmus writes: > Josiah Schwab writes: >> Independent of the confusion it caused me while trying to figure out how >> things work, it seems strange that the ox-md exporter generates a >> non-markdown TOC using org-html-toc. But I will leave that for those >> who really use the markdown exporte

Re: [O] Customizing TOCs in Derived Exporters

2013-09-18 Thread Rasmus
Josiah Schwab writes: > Rasmus writes: > >> Josiah Schwab writes: >> >>> How does one go about overriding org-html-toc, which unlike something >>> like org-html-bold, does not appear in org-export-define-backend? I >>> don't want the TOC not to appear, rather want it to be generated by >>> anoth

Re: [O] Customizing TOCs in Derived Exporters

2013-09-18 Thread Josiah Schwab
Rasmus writes: > Josiah Schwab writes: > >> How does one go about overriding org-html-toc, which unlike something >> like org-html-bold, does not appear in org-export-define-backend? I >> don't want the TOC not to appear, rather want it to be generated by >> another function, org-md-toc or what

Re: [O] Customizing TOCs in Derived Exporters

2013-09-17 Thread Rasmus
Hi Josiah, Josiah Schwab writes: > How does one go about overriding org-html-toc, which unlike something > like org-html-bold, does not appear in org-export-define-backend? I > don't want the TOC not to appear, rather want it to be generated by > another function, org-md-toc or what have you.