Re: Texinfo exporter fails to export M-x helm-documentation

2021-06-02 Thread Nicolas Goaziou
Hello, Jonas Bernoulli writes: > You did that in f99f26306c57d2342069880eac4dca324d7579ec > but I think you added a off-by-one error in the process. > In > > (>= (org-export-get-relative-level h info) > (length sections)) > > the ">=" should be a ">", or it can match with 4 >= 4, whi

Re: Texinfo exporter fails to export M-x helm-documentation

2021-05-31 Thread Jonas Bernoulli
Nicolas Goaziou writes: > The problem is that you are explicitly requesting a level of headlines > without providing a sectioning command for them. By default > `org-texinfo-classes' stops at level 4. > > Anyway, this should be fixed. Thank you. You did that in f99f26306c57d2342069880eac4dca324d

Re: Texinfo exporter fails to export M-x helm-documentation

2021-04-09 Thread Nicolas Goaziou
Hello, Ramesh Nedunchezian writes: > I was trying to learn [Helm](https://github.com/emacs-helm/helm), is > an Emacs framework for incremental completions and narrowing > selections > > The official documentation is generated by M-x helm-documentation, and > it is org format. I wanted to read t

Texinfo exporter fails to export M-x helm-documentation

2021-04-09 Thread Ramesh Nedunchezian
I was trying to learn [Helm](https://github.com/emacs-helm/helm), is an Emacs framework for incremental completions and narrowing selections The official documentation is generated by M-x helm-documentation, and it is org format. I wanted to read the documentation as an info file. So, when I exp