Move all the specific-token tests into subfolders.
This commit is contained in:
25
org_mode_samples/object/angle_link/all_default_links.org
Normal file
25
org_mode_samples/object/angle_link/all_default_links.org
Normal file
@@ -0,0 +1,25 @@
|
||||
non-link text
|
||||
<eww://foo>
|
||||
<rmail://foo>
|
||||
<mhe://foo>
|
||||
<irc://foo>
|
||||
<info://foo>
|
||||
<gnus://foo>
|
||||
<docview://foo>
|
||||
<bibtex://foo>
|
||||
<bbdb://foo>
|
||||
<w3m://foo>
|
||||
<doi://foo>
|
||||
<file+sys://foo>
|
||||
<file+emacs://foo>
|
||||
<shell://foo>
|
||||
<news://foo>
|
||||
<mailto://foo>
|
||||
<https://foo>
|
||||
<http://foo>
|
||||
<ftp://foo>
|
||||
<help://foo>
|
||||
<file://foo>
|
||||
<elisp://foo>
|
||||
<randomfakeprotocl://foo>
|
||||
non-link text
|
||||
5
org_mode_samples/object/citation/simple.org
Normal file
5
org_mode_samples/object/citation/simple.org
Normal file
@@ -0,0 +1,5 @@
|
||||
[cite:@foo]
|
||||
|
||||
[cite/a/b-_/foo:globalprefix;keyprefix @foo keysuffix;globalsuffix]
|
||||
|
||||
text before [cite:@bar] text after
|
||||
3
org_mode_samples/object/entity/simple.org
Normal file
3
org_mode_samples/object/entity/simple.org
Normal file
@@ -0,0 +1,3 @@
|
||||
foo \Delta bar
|
||||
foo \pibar
|
||||
foo \pi{}bar
|
||||
@@ -0,0 +1,9 @@
|
||||
@@latex:
|
||||
|
||||
|
||||
|
||||
\documentclass[margin,11pt]{res} % default is 10 pt
|
||||
|
||||
|
||||
|
||||
@@
|
||||
4
org_mode_samples/object/export_snippet/simple.org
Normal file
4
org_mode_samples/object/export_snippet/simple.org
Normal file
@@ -0,0 +1,4 @@
|
||||
@@html:<b>@@This text is only bold for the html exporter@@html:</b>@@
|
||||
@@latex:
|
||||
\documentclass[margin,11pt]{res} % default is 10 pt
|
||||
@@
|
||||
8
org_mode_samples/object/footnote_reference/simple.org
Normal file
8
org_mode_samples/object/footnote_reference/simple.org
Normal file
@@ -0,0 +1,8 @@
|
||||
[fn:1] This is a regular footnote definition because it is on an unindented line while lacking a definition inside the brackets.
|
||||
|
||||
|
||||
[fn:1] This is a footnote reference because the line is indented
|
||||
|
||||
[fn:2:This is a footnote reference since it has the definition inside the brackets. This style is referred to as an "inline footnote".]
|
||||
|
||||
[fn::This is a footnote reference since it has the definition inside the brackets. This style is referred to as an "anonymous footnote".]
|
||||
4
org_mode_samples/object/inline_babel_call/simple.org
Normal file
4
org_mode_samples/object/inline_babel_call/simple.org
Normal file
@@ -0,0 +1,4 @@
|
||||
call_foo(arguments)
|
||||
call_bar[header](arguments)
|
||||
call_baz(arguments)[header]
|
||||
call_lorem[header](arguments)[another header]
|
||||
2
org_mode_samples/object/inline_source_block/simple.org
Normal file
2
org_mode_samples/object/inline_source_block/simple.org
Normal file
@@ -0,0 +1,2 @@
|
||||
before src_foo{ipsum} after
|
||||
src_bar[lorem]{ipsum}
|
||||
@@ -0,0 +1,7 @@
|
||||
\begin{itemize}
|
||||
\item foo \sqrt{x}
|
||||
\end{itemize}
|
||||
|
||||
\begin{itemize}
|
||||
\item bar \sqrt{y}
|
||||
\end{itemize} % Need text on this line to prevent it from becoming a LaTeX environment org-mode element
|
||||
1
org_mode_samples/object/latex_fragment/math_mode.org
Normal file
1
org_mode_samples/object/latex_fragment/math_mode.org
Normal file
@@ -0,0 +1 @@
|
||||
tex can have math between dollar signs like $x^2=y$ and $$ x=+\sqrt{y} $$ but also braces and brackets like \( x=2 \) and \[ x=-\sqrt{2} \]
|
||||
4
org_mode_samples/object/latex_fragment/simple.org
Normal file
4
org_mode_samples/object/latex_fragment/simple.org
Normal file
@@ -0,0 +1,4 @@
|
||||
\begin{itemize}
|
||||
% this would be a LaTeX comment if this was a LaTeX document
|
||||
\item Heres some math \sqrt{y}
|
||||
\end{itemize} % Need text on this line to prevent it from becoming a LaTeX environment org-mode element
|
||||
6
org_mode_samples/object/line_break/simple.org
Normal file
6
org_mode_samples/object/line_break/simple.org
Normal file
@@ -0,0 +1,6 @@
|
||||
foo\\
|
||||
bar
|
||||
|
||||
|
||||
lorem\\\
|
||||
ipsum
|
||||
3
org_mode_samples/object/macro/built_in_macro.org
Normal file
3
org_mode_samples/object/macro/built_in_macro.org
Normal file
@@ -0,0 +1,3 @@
|
||||
#+title: built_in_macro
|
||||
|
||||
{{{title}}}
|
||||
1
org_mode_samples/object/macro/macro_with_args.org
Normal file
1
org_mode_samples/object/macro/macro_with_args.org
Normal file
@@ -0,0 +1 @@
|
||||
{{{foo(bar, baz)}}}
|
||||
25
org_mode_samples/object/plain_link/all_default_links.org
Normal file
25
org_mode_samples/object/plain_link/all_default_links.org
Normal file
@@ -0,0 +1,25 @@
|
||||
non-link text
|
||||
eww://foo
|
||||
rmail://foo
|
||||
mhe://foo
|
||||
irc://foo
|
||||
info://foo
|
||||
gnus://foo
|
||||
docview://foo
|
||||
bibtex://foo
|
||||
bbdb://foo
|
||||
w3m://foo
|
||||
doi://foo
|
||||
file+sys://foo
|
||||
file+emacs://foo
|
||||
shell://foo
|
||||
news://foo
|
||||
mailto://foo
|
||||
https://foo
|
||||
http://foo
|
||||
ftp://foo
|
||||
help://foo
|
||||
file://foo
|
||||
elisp://foo
|
||||
randomfakeprotocl://foo
|
||||
non-link text
|
||||
1
org_mode_samples/object/radio_link/before_and_after.org
Normal file
1
org_mode_samples/object/radio_link/before_and_after.org
Normal file
@@ -0,0 +1 @@
|
||||
alpha *bar* baz foo <<<*bar* baz>>> lorem ipsum *bar* baz dolar.
|
||||
@@ -0,0 +1 @@
|
||||
alpha *bar* baz foo <<<*bar* baz>>> lorem ipsum *bar* baz dolar.
|
||||
1
org_mode_samples/object/radio_link/simple.org
Normal file
1
org_mode_samples/object/radio_link/simple.org
Normal file
@@ -0,0 +1 @@
|
||||
foo <<<*bar* baz>>> lorem ipsum *bar* baz dolar.
|
||||
3
org_mode_samples/object/regular_link/simple.org
Normal file
3
org_mode_samples/object/regular_link/simple.org
Normal file
@@ -0,0 +1,3 @@
|
||||
[[https://fizz.buzz/]]
|
||||
|
||||
[[https://fizz.buzz][super cool website]]
|
||||
3
org_mode_samples/object/statistics_cookie/simple.org
Normal file
3
org_mode_samples/object/statistics_cookie/simple.org
Normal file
@@ -0,0 +1,3 @@
|
||||
[70%]
|
||||
[3/5]
|
||||
[-3/5]
|
||||
@@ -0,0 +1,7 @@
|
||||
foo^*
|
||||
bar_*
|
||||
baz^{hello *world*}
|
||||
lorem_{}
|
||||
ipsum^+,\.a5
|
||||
dolar_,\.a5
|
||||
text before foo_7 text afterwards
|
||||
@@ -0,0 +1 @@
|
||||
_{foo}
|
||||
3
org_mode_samples/object/target/simple.org
Normal file
3
org_mode_samples/object/target/simple.org
Normal file
@@ -0,0 +1,3 @@
|
||||
foo <<bar>> baz
|
||||
|
||||
lorem << ipsum >> dolar
|
||||
6
org_mode_samples/object/text_markup/all_variants.org
Normal file
6
org_mode_samples/object/text_markup/all_variants.org
Normal file
@@ -0,0 +1,6 @@
|
||||
*bold*
|
||||
/italic/
|
||||
_underline_
|
||||
=verbatim=
|
||||
~code~
|
||||
+strike-through+
|
||||
3
org_mode_samples/object/text_markup/deep_nesting.org
Normal file
3
org_mode_samples/object/text_markup/deep_nesting.org
Normal file
@@ -0,0 +1,3 @@
|
||||
foo *bar /baz *lorem* ipsum/ dolar* alpha
|
||||
|
||||
foo *bar /baz _lorem_ ipsum/ dolar* alpha
|
||||
13
org_mode_samples/object/text_markup/opening_and_closing.org
Normal file
13
org_mode_samples/object/text_markup/opening_and_closing.org
Normal file
@@ -0,0 +1,13 @@
|
||||
prologue *goes here* I guess *bold
|
||||
text*
|
||||
|
||||
bold*wont* start *or stop*when there is text outside it
|
||||
|
||||
I guess *regular
|
||||
|
||||
text*
|
||||
|
||||
[[foo][foo *bar]] baz* car
|
||||
|
||||
|
||||
*nesting *bold entrances* and* exits
|
||||
1
org_mode_samples/object/text_markup/simple.org
Normal file
1
org_mode_samples/object/text_markup/simple.org
Normal file
@@ -0,0 +1 @@
|
||||
foo *bar* baz
|
||||
14
org_mode_samples/object/timestamp/simple.org
Normal file
14
org_mode_samples/object/timestamp/simple.org
Normal file
@@ -0,0 +1,14 @@
|
||||
# diary
|
||||
<%%(foo bar baz)>
|
||||
# active
|
||||
<1970-01-01 Thu 8:15rest +1w -1d>
|
||||
# inactive
|
||||
[1970-01-01 Thu 8:15rest +1w -1d]
|
||||
# active date range
|
||||
<1970-01-01 Thu 8:15rest +1w -1d>--<1970-01-01 Thu 8:15rest +1w -1d>
|
||||
# active time range
|
||||
<1970-01-01 Thu 8:15rest-13:15otherrest +1w -1d>
|
||||
# inactive date range
|
||||
[1970-01-01 Thu 8:15rest +1w -1d]--[1970-01-01 Thu 8:15rest +1w -1d]
|
||||
# inactive time range
|
||||
[1970-01-01 Thu 8:15rest-13:15otherrest +1w -1d]
|
||||
Reference in New Issue
Block a user