long FindBlockForSection(wxNode *sectionNode)
Pointers to blocks which mark sections are stored in the data member sections. This function takes a node which is known to point to a text chunk marking a block, and returns the block id. This is a fairly trivial function since it just gets the wxTextChunk from the node and returns its block_id.