Move all the specific-token tests into subfolders.
This commit is contained in:
6
org_mode_samples/lesser_element/clock/simple.org
Normal file
6
org_mode_samples/lesser_element/clock/simple.org
Normal file
@@ -0,0 +1,6 @@
|
||||
* foo
|
||||
:LOGBOOK:
|
||||
CLOCK: [2023-04-21 Fri 19:43]
|
||||
CLOCK: [2023-04-21 Fri 19:32]--[2023-04-21 Fri 19:35] => 0:03
|
||||
CLOCK: [2023-04-21 Fri 19:22]--[2023-04-21 Fri 19:28] => 0:06
|
||||
:END:
|
||||
8
org_mode_samples/lesser_element/comment/indented.org
Normal file
8
org_mode_samples/lesser_element/comment/indented.org
Normal file
@@ -0,0 +1,8 @@
|
||||
# Comment
|
||||
# indented line
|
||||
# At the top of the file
|
||||
|
||||
|
||||
|
||||
foo
|
||||
# Another comment
|
||||
@@ -0,0 +1,5 @@
|
||||
# Comment
|
||||
#
|
||||
# At the top of the file
|
||||
foo
|
||||
# Another comment
|
||||
@@ -0,0 +1,3 @@
|
||||
# Comment line
|
||||
#not a comment
|
||||
# Comment again
|
||||
1
org_mode_samples/lesser_element/diary_sexp/simple.org
Normal file
1
org_mode_samples/lesser_element/diary_sexp/simple.org
Normal file
@@ -0,0 +1 @@
|
||||
%%(foo)
|
||||
@@ -0,0 +1,8 @@
|
||||
: Fixed width area
|
||||
: indented line
|
||||
: At the top of the file
|
||||
|
||||
|
||||
|
||||
foo
|
||||
: Another fixed width area
|
||||
@@ -0,0 +1,3 @@
|
||||
foo
|
||||
-----
|
||||
bar
|
||||
@@ -0,0 +1,8 @@
|
||||
#+name: foo
|
||||
#+caption: bar
|
||||
#+caption: baz
|
||||
[[file:lorem/ipsum.png]]
|
||||
|
||||
#+name: cat
|
||||
#+caption: dog
|
||||
[[file:lorem/ipsum.png]]
|
||||
2
org_mode_samples/lesser_element/keyword/simple.org
Normal file
2
org_mode_samples/lesser_element/keyword/simple.org
Normal file
@@ -0,0 +1,2 @@
|
||||
#+FOO: BAR
|
||||
#+LOREM: IPSUM
|
||||
@@ -0,0 +1,3 @@
|
||||
\begin{foo}
|
||||
bar
|
||||
\end{foo}
|
||||
@@ -0,0 +1,3 @@
|
||||
#+begin_export
|
||||
This would be LaTeX code.
|
||||
#+end_export
|
||||
@@ -0,0 +1,3 @@
|
||||
#+begin_export latex html
|
||||
This would be LaTeX code.
|
||||
#+end_export
|
||||
19
org_mode_samples/lesser_element/lesser_block/simple.org
Normal file
19
org_mode_samples/lesser_element/lesser_block/simple.org
Normal file
@@ -0,0 +1,19 @@
|
||||
#+begin_comment
|
||||
This is a comment.
|
||||
#+end_comment
|
||||
|
||||
#+begin_example
|
||||
This is an example.
|
||||
#+end_example
|
||||
|
||||
#+begin_export latex
|
||||
This would be LaTeX code.
|
||||
#+end_export
|
||||
|
||||
#+begin_src sh
|
||||
echo "this is a source block."
|
||||
#+end_src
|
||||
|
||||
#+begin_verse
|
||||
This is a verse block.
|
||||
#+end_verse
|
||||
@@ -0,0 +1,3 @@
|
||||
#+begin_src
|
||||
echo "this is a source block."
|
||||
#+end_src
|
||||
@@ -0,0 +1,9 @@
|
||||
this is a test with
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
many blank lines between paragraphs
|
||||
@@ -0,0 +1,7 @@
|
||||
This is a paragraph
|
||||
|
||||
This is another paragraph
|
||||
This is a second line in that paragraph
|
||||
|
||||
This is a third paragraph \\
|
||||
This is a second line in that paragraph
|
||||
@@ -0,0 +1,2 @@
|
||||
foo bar baz
|
||||
1. lorem
|
||||
2
org_mode_samples/lesser_element/planning/simple.org
Normal file
2
org_mode_samples/lesser_element/planning/simple.org
Normal file
@@ -0,0 +1,2 @@
|
||||
* foo
|
||||
SCHEDULED: <2023-04-20 Thu> CLOSED: <2023-04-21 Fri>
|
||||
Reference in New Issue
Block a user