| Class | Orgmode::Parser |
| In: |
lib/org-ruby/parser.rb
|
| Parent: | Object |
Simple routines for loading / saving an ORG file.
| custom_keywords | [R] | Array of custom keywords. |
| header_lines | [R] | These are any lines before the first headline |
| headlines | [R] | All of the headlines in the org file |
| in_buffer_settings | [R] | This contains any in-buffer settings from the org-mode file. See orgmode.org/manual/In_002dbuffer-settings.html#In_002dbuffer-settings |
| lines | [R] | All of the lines of the orgmode file |
| options | [R] | This contains in-buffer options; a special case of in-buffer settings. |
I can construct a parser object either with an array of lines or with a single string that I will split along \n boundaries.
A set of tags that, if present on any headlines in the org-file, means that subtree will not get exported.
A set of tags that, if present on any headlines in the org-file, means only those headings will get exported.
Get include data, when #+INCLUDE tag is used @link orgmode.org/manual/Include-files.html