NAME
Org::Element::ShortExample - Represent Org in-buffer settings
VERSION
version 0.12
DESCRIPTION
Short example is one-line literal example which is preceded by colon + space. Example:
Here is an example:
: some example from a text file.
: another example.
which is functionally equivalent to:
Here is an example:
#+BEGIN_EXAMPLE
some example from a text file.
#+END_EXAMPLE
#+BEGIN_EXAMPLE
another example.
#+END_EXAMPLE
Derived from Org::Element::Base.
ATTRIBUTES
example => STR
Example content.
indent => STR
Indentation (whitespaces before #+
), or empty string if none.
METHODS
AUTHOR
Steven Haryanto <stevenharyanto@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Steven Haryanto.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.