Re: Failure building Emacs from master

2024-12-13 Thread Angelo Graziosi
Oops wron ml.. sorry... Il 13/12/2024 17:35, Angelo Graziosi ha scritto: Current master (c265febd97e940e6580ae42aa648358a0a2ed830) fails to build (at least on MSYS2/UCRT64): [...]   GEN  ../../etc/charsets/JISX0212.map   CC   timefns.o   CC   atimer.o process.c:41:10: fatal

Failure building Emacs from master

2024-12-13 Thread Angelo Graziosi
Current master (c265febd97e940e6580ae42aa648358a0a2ed830) fails to build (at least on MSYS2/UCRT64): [...] GEN ../../etc/charsets/JISX0212.map CC timefns.o CC atimer.o process.c:41:10: fatal error: netinet/tcp.h: No such file or directory 41 | #include |

Re: Strange warnings from htmlize.el

2024-08-01 Thread Angelo Graziosi
Il 01/08/2024 13:26, Bruno Barbier ha scritto: Hi Angelo, Angelo Graziosi writes: With the last Emacs master build (20240731_183641) I get a lot of warnings like this: Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required) when I export an old ORG document in HTML

Strange warnings from htmlize.el

2024-07-31 Thread Angelo Graziosi
With the last Emacs master build (20240731_183641) I get a lot of warnings like this: Warning (emacs): Cannot fontify source block (htmlize.el >= 1.34 required) when I export an old ORG document in HTML (C-c C-e h h). Until some time ago, I had exported the same document and many more in t

Re: How to disable completely org-persist

2022-12-31 Thread Angelo Graziosi
> Il 30/12/2022 18:42 Colin Baxter ha scritto: > > > >>>>> Angelo Graziosi writes: > > > tomas wrote: > >> there is now a defvar `org-element-cache-persistent' > > > Ah! didn't knew that.. > > > Setti

Re: How to disable completely org-persist

2022-12-30 Thread Angelo Graziosi
> Il 30/12/2022 18:42 Colin Baxter ha scritto: > > > >>>>> Angelo Graziosi writes: > > > tomas wrote: > >> there is now a defvar `org-element-cache-persistent' > > > Ah! didn't knew that.. > > > Setti

Re: How to disable completely org-persist

2022-12-30 Thread Angelo Graziosi
tomas wrote: > there is now a defvar `org-element-cache-persistent' Ah! didn't knew that.. Setting (setq org-element-cache-persistent nil) seems to work.. Thanks, Angelo.

Re: How to disable completely org-persist

2022-12-30 Thread Angelo Graziosi
> Il 05/12/2022 18:58 Colin Baxter ha scritto: > > > >>>>> Angelo Graziosi writes: > > > Colin Baxter wrote: > >> I too would like a means to disable org-persist. > > > On emacs-devel there was this suggestion: > >

Re: How to disable completely org-persist

2022-12-05 Thread Angelo Graziosi
Colin Baxter wrote: > I too would like a means to disable org-persist. On emacs-devel there was this suggestion: https://lists.gnu.org/archive/html/emacs-devel/2022-12/msg00125.html

Re: How to disable completely org-persist

2022-12-04 Thread Angelo Graziosi
> Ihor Radchenko on emacs-orgmode wrote: > I can add a user switch > > on top. > Please, add an option to disable the caching (org-cache 0) which disables *all* other thing (org-persist and friends).. ...or disable *all* by default and the user that like that will set (org-cache 1) ..

Re: How to disable completely org-persist

2022-12-04 Thread Angelo Graziosi
Ihor Radchenko on emacs-orgmode wrote: > That being said, it should not be a big deal to allow disabling > org-persist when desired. In fact, org-persist is already > auto-disabled when using emacs -Q. I can add a user switch > on top. I wonder what kind of answer is this.. Also not using ORG

How to disable completely org-persist

2022-12-02 Thread Angelo Graziosi
I have already posted this to emacs-devel people (see https://lists.gnu.org/archive/html/emacs-devel/2022-12/msg00045.html). After a recent Emacs build from master I find `org-persist` directory in my `.emacs.d` folder. It brings no benefit but only garbage in `.emacs.d`. So how can I disable t