我有一个关于如何使用.emacs文件在emacs中打开日历和日记(整个日记,而不仅仅是当前日期的日记)的问题。我怎样才能解决这个问题?任何帮助将不胜感激。我尝试输入(calendar) (diary)
,然后说:
calendar: can't open calendar file "calendar": No such file or directory (2)
-bash: diary: command not found
如果有帮助,下面是我的.bash_profile和.emacs文件的代码:
的.bash_profile:
PS1=
date
emacs
的.emacs:
(calendar)
(diary)