Re: org-fold documentation

2022-05-08 Thread Ihor Radchenko
Max Nikulin writes: > Will it help to create files like org-fwd.el with function declarations > to allow other packages (even from org-mode) to use "(require > 'org-fwd.el)" instead of adding a lot of `declare-function' forms that > must be kept in sync with function definitions? It is an

Re: org-fold documentation

2022-05-07 Thread Eric S Fraga
On Saturday, 7 May 2022 at 14:55, Vikas Rawal wrote: > I am not sure I understand fully, but are you suggesting that the > problem is because I forgot to compile org and therefore these files > were being compiled during runtime? Would running "make" solve it > then? I have done that anyway

Re: org-fold documentation

2022-05-07 Thread Vikas Rawal
> > These are native-comp warnings. They are not uncommon when > native-compiling Org (not only org-fold.el) and generally harmless. > If you are sufficiently annoyed with them, most of these warnings can be > "fixed" by declaring the missing functions. The functions are available > at runtime,

Re: org-fold documentation

2022-05-07 Thread Max Nikulin
On 07/05/2022 11:15, Ihor Radchenko wrote: Vikas Rawal writes: After upgrading to 9.5.3, I am getting warnings such as this, which I suspect are due to org-fold.et. Warning (comp): org-fold.el:834:27: Warning: Unused lexical variable `org-hide-macro-markers' Disable showing Disable logging

Re: org-fold documentation

2022-05-06 Thread Ihor Radchenko
Samuel Wales writes: > so one would not be able to load all of org then compile? Not using native-comp, AFAIK. Best, Ihor

Re: org-fold documentation

2022-05-06 Thread Samuel Wales
so one would not be able to load all of org then compile? On 5/6/22, Ihor Radchenko wrote: > Samuel Wales writes: > >> is there a quick trick like loading everything first? for .el under >> my control i have a[n otherwise] strict policy of clean compilation >> but don't declare. just load

Re: org-fold documentation

2022-05-06 Thread Ihor Radchenko
Samuel Wales writes: > is there a quick trick like loading everything first? for .el under > my control i have a[n otherwise] strict policy of clean compilation > but don't declare. just load before compiling. I am not aware about such trick. native-comp works in isolated Emacs process for

Re: org-fold documentation

2022-05-06 Thread Samuel Wales
is there a quick trick like loading everything first? for .el under my control i have a[n otherwise] strict policy of clean compilation but don't declare. just load before compiling. not using native yet so idk if the q makes sense. On 5/6/22, Ihor Radchenko wrote: > Vikas Rawal writes: >

Re: org-fold documentation

2022-05-06 Thread Ihor Radchenko
Vikas Rawal writes: > After upgrading to 9.5.3, I am getting warnings such as this, which I > suspect are due to org-fold.et. > > Warning (comp): org-fold.el:834:27: Warning: Unused lexical variable > `org-hide-macro-markers' Disable showing Disable logging > Warning (comp): org.el:76:30:

org-fold documentation

2022-05-05 Thread Vikas Rawal
After upgrading to 9.5.3, I am getting warnings such as this, which I suspect are due to org-fold.et. Warning (comp): org-fold.el:834:27: Warning: Unused lexical variable `org-hide-macro-markers' Disable showing Disable logging Warning (comp): org.el:76:30: Warning: Package cl is deprecated