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