I'm trying to read an emacs lisp file and figure out what it's doing and how. Is there some way to turn on some sort of tracing? The file in question is this and I can't figure out where it starts, what calls what. I assume some manner of trace or debugging?
org-brain, read whatever commentary the author has added at the beginning. In this case, the author mentionsorg-brain-visualizeso that's where you should start: read its doc string and then read the code. Don't try to understand every detail: all you are trying to get is the 10km view.