[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] Show org file title in org-clock clocktable
From: |
Ihor Radchenko |
Subject: |
Re: [PATCH v2] Show org file title in org-clock clocktable |
Date: |
Wed, 17 Aug 2022 17:34:02 +0800 |
Duy Nguyen <ddnguyen2101@gmail.com> writes:
> Thank you once again for your comments Ihor. Please find attached a new
> patch with your comments addressed.
Thanks!
> + (let ((macros (org-macro--collect-macros)))
> + (let ((title (assoc-default "title" macros)))
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.
--
Ihor Radchenko,
Org mode contributor,
Learn more about Org mode at https://orgmode.org/.
Support Org development at https://liberapay.com/org-mode,
or support my work at https://liberapay.com/yantar92
- [Patch] Show org file title in org-clock clocktable, Duy Nguyen, 2022/08/12
- Re: [Patch] Show org file title in org-clock clocktable, Ihor Radchenko, 2022/08/13
- Re: [Patch] Show org file title in org-clock clocktable, Duy Nguyen, 2022/08/13
- Re: [Patch] Show org file title in org-clock clocktable, Ihor Radchenko, 2022/08/13
- [PATCH v2] Show org file title in org-clock clocktable, Duy Nguyen, 2022/08/15
- Re: [PATCH v2] Show org file title in org-clock clocktable,
Ihor Radchenko <=
- Re: [PATCH v3] Show org file title in org-clock clocktable, Duy Nguyen, 2022/08/17
- Re: [PATCH v3] Show org file title in org-clock clocktable, Ihor Radchenko, 2022/08/20
- Re: [PATCH v3] Show org file title in org-clock clocktable, Duy Nguyen, 2022/08/21
- Re: [PATCH v3] Show org file title in org-clock clocktable, Duy Nguyen, 2022/08/28
- Re: [PATCH v3] Show org file title in org-clock clocktable, Duy Nguyen, 2022/08/28
- Re: [PATCH v3] Show org file title in org-clock clocktable, Duy Nguyen, 2022/08/28