Move all the specific-token tests into subfolders.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user