Can there be a way to specify headings (and subheadings) in an #+OPTION option, and that these headings would be fontified while everything else would not be, like * Blue1 #!/not/red * Blue2 ** Sierra1 http://www.example.com/notblue (links are usually the same colour as the first level heading.) Org #+OPTIONS (#+STARTUP, #+OPTIONS, etc.) should be fontified so that they can be easily seen. * Not a Heading - list1 *not* bold /not/ italicised - not to be treated like a list #+OPTIONS: headings1: Blue1 Blue2 headings2: Sierra1 lists: list1 #+STARTUP: showall Best wishes, Enda