#+STARTUP: align fold hidestars oddeven indent #+SEQ_TODO: TODO(t) INPROGRESS(i) | DONE(d) CANCELED(c) * why not using hn api hn api will invole a lot of rest requests which would not be fast for emacs also the data layout is already available at hn webiste, one curl call and then parse them to org would be faster * parse front page now what * parse comments comment are same level in regard to html node but child comments have different ident block width top level comment child * TODO show number of child comments https://emacs.stackexchange.com/questions/10245/counting-sub-headings-in-org-mode-using-elisp or recursive on dom will be just fine * DONE run eslip on org link #+begin_example org-mode [[elisp:(find-function 'describe-function)]] #+end_example [[elisp:(hnreader-comment 20724363)][read] ;; (setq-local org-confirm-elisp-link-function nil) * DONE comment page show main link and intro text * TODO display page takes page number * TODO reload page