organic/org_mode_samples
Tom Alexander 26e0ad5800
Add an example exploring indentation with comments.
2023-04-15 16:36:11 -04:00
..
comment Add an example exploring indentation with comments. 2023-04-15 16:36:11 -04:00
exit_matcher_investigation Fix plain list parser to not consume trailing whitespace on the last item. 2023-04-14 19:24:05 -04:00
footnote_definition Add an example showing footnote definitions and their associated trailing whitespace. 2023-04-10 13:19:30 -04:00
greater_block Add an exmaple showing that greater blocks begin can be indented different from end. 2023-04-07 16:14:57 -04:00
paragraphs Adding some notes on the exit matcher loop issue. 2023-03-27 12:33:58 -04:00
plain_lists Add a test file showing lists where the earlier one is indented. 2023-03-31 13:32:07 -04:00
sections_and_headings Introduce the document structure. 2023-03-23 17:52:16 -04:00
.gitignore Add scripts for dumping the org-mode ast to investigate how emacs parses various inputs. 2023-03-19 14:07:47 -04:00
Makefile Create a more automatic makefile for org-mode trees. 2023-03-21 14:18:14 -04:00
common.el Format the ast. 2023-03-19 14:21:02 -04:00
dump_org_ast.bash Add scripts for dumping the org-mode ast to investigate how emacs parses various inputs. 2023-03-19 14:07:47 -04:00