Skip to main content


Is there a way to tell #Emacs #org-mode to omit yhe TOC and headline numbers when exporting to a text or markdown file? I'm trying to implement a #JohnnyDecimal system, so I'm supplying my own numbers and the 00.00-index.org file essentially is the table of contents.

Edit: Because not all replies federate, here's the solution I ended up with:

#+STARTUP: overview indent nonum
#+OPTIONS: toc:nil
in reply to Jonathan Lamothe

Sorry I don't have an answer. Nonetheless as an Emacs user (albeit only rarely in org-mode) I'll be interested in the responses you get. Cheers, -Randy
in reply to Arjen :emacs: :linux: :nixos:

Since the manual doesn't include examples, it can be confusing as to how to actually use those settings. For this case, add the following line:

#+OPTIONS: toc:nil num:nil

This entry was edited (3 weeks ago)

This website uses cookies. If you continue browsing this website, you agree to the usage of cookies.