Move samples from samples branch to master branch

Originally-authored-on: 2020-10-26
This commit is contained in:
Alex Vear
2025-07-05 03:32:58 +01:00
parent 1122c1ea37
commit 3b2c1e3f21
6 changed files with 267 additions and 0 deletions

45
samples/sample3.org Normal file
View File

@@ -0,0 +1,45 @@
#+TITLE: This is a title
#+Author: Foo bar
* Heading 1
This is *bold* text.
This is /italic/ text.
This is _underlined_ text.
This is +strikethrough+ text.
This is ~monospace~ text.
This is =verbatim= text.
Link to [[https://www.orgmode.org][Org mode]] website.
Get Org.vim from here: [[https://github.com/axvr/org.vim]]
# Comment
: Verbatim
#+BEGIN_SRC lisp
(if (> 1 2)
(print "True")
(print "False"))
#+END_SRC
#+BEGIN_COMMENT
This is a comment block.
#+END_COMMENT
- Foo.
- Bar.
+ Biz.
1. Hello.
2. World.
+ Baz.
1) Org,
2) Mode.
Time stamps: [2020-03-01] <2020-02-29>
** TODO Heading 2
*** Heading 3 :heading:tags:
**** Heading 4
and so on...