- Problems converting all_nodes.org
- [X} the last part of the type changing list in all_nodes.org has a line that ends up under the wrong parent
- [X] In the links table at the end, in latexpdf, link to list 1 doesn’t link
- [X] In the links table at the end, in latexpdf, display of broken link is broken
- [X} In latexpdf, images don’t work. This is an okular problem, shows up in browser
- [X} In latexpdf, in section 4.1.1 ordered list, the second external link does not show supplied text
- [X} In latexpdf, in section 4.1.1 ordered list, the keyword link is broken
- [X] Links are getting xref annotation even though grokify is not enabled
- [X] Make list parse handing paras in items
- [X] Move all regexp to matchers
- [X] Change all explicit Matcher instantiations to a call to tool_box
- [X] Make Paras find objects
- [X] Make Tables find objects
- [X] Make list items find objects
- [X] Document object parsing limitations, just name what is parsed and where
- Drawers that are not heading or file property drawers a not parsed, just treated as text
- Keywords are stipped from text, and only #+NAME: keywords have effect: allowing links to named element
- Verbatim strings (
string) cannot contain =, use ~ for that if you need it
- [X] Create io.py to manage input and output
- [X] Remember to add –enable-local-file-access to wkhtmltopdf invocation, and add it to cli.py
Possible future enhancements
- [ ] Allow user to supply css and javascript files on command line, to be merged into <head> by reference