답변:
Emacs에 내장 된 도구와 같은 Google 캘린더를 찾고 있다면 org-mode를 살펴보십시오 . 설정하려면 추가하십시오.
(require 'org)
(define-key global-map "\C-ca" 'org-agenda)
당신에게 .emacs
. 그런 다음 calendar.org
과 같은 줄을 포함하는 (예를 들어)라는 파일을 만들 수 있습니다
* An Event
<2014-12-18>
* TODO A Task
SCHEDULED: <2014-12-19>
* This takes a week
<2014-12-14>-<2014-12-20>
그런 다음이 파일을 추가 하고 몇 주 분량의 이벤트를 보는 데 org-agenda-files
사용할 org-agenda
수 있습니다 (이에 대한 가장 일반적인 바인딩은 C-c a a
). 원하는만큼 이러한 파일이 많거나 적을 수 있습니다.
org-mode
의제, 할 일 목록, 다른 파일에서 메모, 이벤트 및 작업을 캡처하고 다양한 형식 (모든 캘린더 도구에서 가져올 수있는 icalendar 포함)으로 모두 내보낼 수 있습니다.
처음에는 매우 복잡하지만 익숙해지면 꽤 쉽습니다. 이 자습서 는 시작하는 데 도움이됩니다.
이 기능을 사용하는 방법과 그 기능에 대한 자세한 설명, 가능한 기능 및 작동 방법에 대해 매우 일반적인 질문을합니다.
답은 Emacs 에 문의 하는 것입니다 . 사용 C-h r
이맥스 설명서를 참조하십시오. 그런 다음을 사용 i calendar RET
하여 Calendar/Diary
여러 하위 하위 섹션이있는 설명서의 하위 섹션 인 node로 이동하십시오 .
* Calendar Motion:: Moving through the calendar; selecting a date.
* Scroll Calendar:: Bringing earlier or later months onto the screen.
* Counting Days:: How many days are there between two dates?
* General Calendar:: Exiting or recomputing the calendar.
* Writing Calendar Files:: Writing calendars to files of various formats.
* Holidays:: Displaying dates of holidays.
* Sunrise/Sunset:: Displaying local times of sunrise and sunset.
* Lunar Phases:: Displaying phases of the moon.
* Other Calendars:: Converting dates to other calendar systems.
* Diary:: Displaying events from your diary.
* Appointments:: Reminders when it's time to do something.
* Importing Diary:: Converting diary events to/from other formats.
* Daylight Saving:: How to specify when daylight saving time is active.
* Time Intervals:: Keeping track of time intervals.
* Advanced Calendar/Diary Usage:: Advanced Calendar/Diary customization.
그런 다음 달력 및 일기 사용에 대해 알고 싶은 내용을 읽으십시오.
elisp
당신이 할 수있는 조금씩 후, 이맥스 사용자 정의 / 생일, 공휴일, 회의 등을 캘린더에 여러 가지 색상의 항목으로 표시하고 다른 창에 세부 정보가있는 해당 조직 회의 버퍼를 표시하는 완전한 기능의 캘린더가 있습니다. 12 개월 (대형 화면)과 3 개월 일정 (작은 화면)을 모두 사용하여 항목을 표시합니다.