Re: Disable time messages from org-persist

2024-02-19 Thread Colin Baxter
> Ihor Radchenko  writes:

> Colin Baxter  writes:
>> Ho do I disable messages from org-persist telling me how long it
>> took to write to gc-lock.eld? For example,
>> 
>> --8<---cut here---start->8---
>> org-persist: Writing to "~/path/to/org-persist/gc-lock.eld" took
>> 3.08 sec --8<---cut
>> here---end--->8---
>> 
>> I find them a distraction and the information is of no use to me.

> You can set `org-persist--report-time' to nil.

Thank you.



Re: Disable time messages from org-persist

2024-02-19 Thread Ihor Radchenko
Colin Baxter  writes:

> Ho do I disable messages from org-persist telling me how long it took to
> write to gc-lock.eld? For example,
>
> --8<---cut here---start->8---
> org-persist: Writing to "~/path/to/org-persist/gc-lock.eld" took 3.08 sec
> --8<---cut here---end--->8---
>
> I find them a distraction and the information is of no use to me.

You can set `org-persist--report-time' to nil.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Disable time messages from org-persist

2024-02-19 Thread Colin Baxter
Ho do I disable messages from org-persist telling me how long it took to
write to gc-lock.eld? For example,

--8<---cut here---start->8---
org-persist: Writing to "~/path/to/org-persist/gc-lock.eld" took 3.08 sec
--8<---cut here---end--->8---

I find them a distraction and the information is of no use to me.

Colin Baxter.