问题
I have a few people around me who use Lunar Calendar instead of Gregorian one, so my current set up:
*** Birthdays
:PROPERTIES:
:CATEGORY: Birthday
:END:
**** NAME <1980-09-09 Thu +1y>
fails to show up at the right time on org-agenda
.
I know that there is calendar-chinese-date-string
function that changes the Gregorian date to a Chinese one, but I don't know how that would work within .org
file.
Any help?
回答1:
If You just want to display important dates on lunar calendar, you can try following:
**** TODO Mother's birthday
<%%(diary-chinese-anniversary 1 1)>
This will show up on lunar calendar's 1st day of 1st month every year.
来源:https://stackoverflow.com/questions/36557402/viewing-chinese-korean-lunar-birthday-on-org-agenda