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
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
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
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