# File lib/org-ruby/line.rb, line 138
    def plain_text?
      not metadata? and not blank? and not plain_list?
    end