Re: [PATCH v3] Show org file title in org-clock clocktable

2022-08-28 Thread Duy Nguyen
That is fine, thanks. Regards, Duy Duy Nguyen writes: > Duy Nguyen writes: > >> Duy Nguyen writes: >> Thanks for the update! Applied onto main via 2cc2d8f1f with amendments. I fixed on double space " " between sentences, removed autoload cookie (that function is not used

Re: [PATCH v3] Show org file title in org-clock clocktable

2022-08-28 Thread Duy Nguyen
Duy Nguyen writes: > Duy Nguyen writes: > >>> Thanks for the update! >>> Applied onto main via 2cc2d8f1f with amendments. >>> I fixed on double space " " between sentences, removed autoload cookie >>> (that function is not used outside org-clock), and altered the docstring >>> making the first

Re: [PATCH v3] Show org file title in org-clock clocktable

2022-08-28 Thread Duy Nguyen
Duy Nguyen writes: >> Thanks for the update! >> Applied onto main via 2cc2d8f1f with amendments. >> I fixed on double space " " between sentences, removed autoload cookie >> (that function is not used outside org-clock), and altered the docstring >> making the first line a single sentence and cl

Re: [PATCH v3] Show org file title in org-clock clocktable

2022-08-21 Thread Duy Nguyen
> Thanks for the update! > Applied onto main via 2cc2d8f1f with amendments. > I fixed on double space " " between sentences, removed autoload cookie > (that function is not used outside org-clock), and altered the docstring > making the first line a single sentence and clarifying about the return

Re: [PATCH v3] Show org file title in org-clock clocktable

2022-08-19 Thread Ihor Radchenko
Duy Nguyen writes: > Thanks for letting me know. The reason I chose that method is because the > org-macro-templates are not updated immediately after I change the title > and save the file. However, I think I found a solution using > org-macro-initialize-templates and org-macro-templates. Please

Re: [PATCH v3] Show org file title in org-clock clocktable

2022-08-17 Thread Duy Nguyen
> > It is not a good idea to call internal function (with "--" in name) from > a different file. Such functions are a subject of change without notice. > > `org-macro-templates' is always initialized when Org mode is active, and > you can rely on its value. > Thanks for letting me know. The reason