How do you remove numbering from headers when exporting from org-mode?
Oleg’s answer allows you to disable section numbering for all exports at all times. However if you only want to disable numbering on export for a single file you can use the following: #+OPTIONS: num:nil If you want to limit it to only a certain depth you can replace nil with an integer specifying up … Read more