Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.56 KB

File metadata and controls

29 lines (23 loc) · 1.56 KB

BUGZ

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

Possible future enhancements

  1. [ ] Allow user to supply css and javascript files on command line, to be merged into <head> by reference