Add sample Org-mode files to test changes on
This commit is contained in:
44
samples/sample1.org
Normal file
44
samples/sample1.org
Normal file
@@ -0,0 +1,44 @@
|
||||
#+TITLE: Org-mode sample 1
|
||||
|
||||
This is some sample text showing off the org-mode syntax for *bold*, /italic/,
|
||||
_underlined_ and +strike-through+ text.
|
||||
|
||||
Org-mode also has support for single line and block comments.
|
||||
|
||||
# This is a single-line comment; denoted by the # at the beginning of the line.
|
||||
|
||||
#+BEGIN_COMMENT
|
||||
This is a block comment, which is denoted through th use of the delimiters
|
||||
found above and below.
|
||||
#+END_COMMENT
|
||||
|
||||
~verbatim~
|
||||
|
||||
: verbatim
|
||||
|
||||
=monospace=
|
||||
|
||||
#+BEGIN_SRC file-type
|
||||
this is a code block
|
||||
#+END_SRC
|
||||
|
||||
#+BEGIN_EXAMPLE
|
||||
some example text
|
||||
#+END_EXAMPLE
|
||||
|
||||
#+SOME_OPTION: This is an org-mode option
|
||||
|
||||
Active date:
|
||||
<2019-03-02 23:44>
|
||||
Inactive date:
|
||||
[2019-03-02 23:44]
|
||||
|
||||
[[https://google.com]]
|
||||
[[https://google.com][Google]]
|
||||
|
||||
* Heading 1
|
||||
** Heading 2
|
||||
*** Heading 3 :tag:
|
||||
**** TODO Heading 4
|
||||
|
||||
# vim: set spell :
|
||||
54
samples/sample2.org
Normal file
54
samples/sample2.org
Normal file
@@ -0,0 +1,54 @@
|
||||
#+TITLE: Hello world
|
||||
|
||||
[[hello world][something]] <-- this is a link
|
||||
|
||||
*bold*
|
||||
|
||||
/italic/
|
||||
|
||||
+strikethrough+
|
||||
|
||||
_underline_
|
||||
|
||||
#+BEGIN_COMMENT
|
||||
hello world this is a comment block
|
||||
#+END_COMMENT
|
||||
|
||||
# comment
|
||||
|
||||
| Table | Column 1 |
|
||||
|-------+----------|
|
||||
| item | _foo_ bar |
|
||||
|
||||
<2003-09-16 Tue 12:00>--<2003-09-16 Tue 12:00>
|
||||
<2003-09-16 Tue>--<2003-09-16 Tue>
|
||||
[2003-09-16 Tue]
|
||||
[2003-09-16 Tue 12:00]--[2003-09-16 Tue 12:00]
|
||||
<2003-09-16 Tue>
|
||||
<2003-09-16 Sáb>
|
||||
<2003-09-16 Tue 12:00-12:30>
|
||||
|
||||
#+asdasdsdfasdf: asdfasd
|
||||
|
||||
~verbatim~
|
||||
: verbatim
|
||||
|
||||
=monospace=
|
||||
|
||||
#+BEGIN_SRC
|
||||
asdfasdfasdf
|
||||
#+END_SRC
|
||||
|
||||
* Hello world
|
||||
** Foo bar
|
||||
*** Something :something_else:
|
||||
|
||||
******** asdfasdf
|
||||
|
||||
hello world
|
||||
|
||||
|
||||
|
||||
**** Hello world
|
||||
|
||||
something
|
||||
Reference in New Issue
Block a user