emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Re: org-mode -> diary -> latex calendar


From: Matt Lundin
Subject: [O] Re: org-mode -> diary -> latex calendar
Date: Tue, 29 Mar 2011 16:15:02 -0400

Bastien <address@hidden> writes:

> Fred Concklin <address@hidden> writes:
>
>> I was wondering if I can take an org file and turn it into one of those
>> snazzy tex calendars like I can with a diary file?
>
> Yes, but not directly.  You can use the `org-diary' function to include
> Org's appointments into your ~/.diary then export the diary.

I use this method and it works very well.

Another tip: the resulting calendar looks better if you advise org-diary
to use a custom agenda prefix format:

--8<---------------cut here---------------start------------->8---
(defadvice org-diary (around my-org-diary activate)
  (let ((org-agenda-prefix-format "%t %s "))
    ad-do-it))
--8<---------------cut here---------------end--------------->8---

Best,
Matt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]