| Class | Orgmode::OutputBuffer |
| In: |
lib/org-ruby/output_buffer.rb
|
| Parent: | Object |
The OutputBuffer is used to accumulate multiple lines of orgmode text, and then emit them to the output all in one go. The class will do the final textile substitution for inline formatting and add a newline character prior emitting the output.
| output | [R] | This is the overall output buffer |
| output_type | [RW] | This is the current type of output being accumulated. |
Creates a new OutputBuffer object that is bound to an output object. The output will get flushed to =output=.