* org-mode -> diary -> latex calendar
@ 2011-03-29 17:10 Fred Concklin
2011-03-29 18:07 ` Bastien
0 siblings, 1 reply; 3+ messages in thread
From: Fred Concklin @ 2011-03-29 17:10 UTC (permalink / raw)
To: emacs-orgmode
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?
fpc
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-mode -> diary -> latex calendar
2011-03-29 17:10 org-mode -> diary -> latex calendar Fred Concklin
@ 2011-03-29 18:07 ` Bastien
2011-03-29 20:15 ` Matt Lundin
0 siblings, 1 reply; 3+ messages in thread
From: Bastien @ 2011-03-29 18:07 UTC (permalink / raw)
To: Fred Concklin; +Cc: emacs-orgmode
Hi Fred,
Fred Concklin <fredconcklin@gmail.com> 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.
HTH,
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: org-mode -> diary -> latex calendar
2011-03-29 18:07 ` Bastien
@ 2011-03-29 20:15 ` Matt Lundin
0 siblings, 0 replies; 3+ messages in thread
From: Matt Lundin @ 2011-03-29 20:15 UTC (permalink / raw)
To: Bastien; +Cc: Fred Concklin, emacs-orgmode
Bastien <bzg@altern.org> writes:
> Fred Concklin <fredconcklin@gmail.com> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-29 20:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29 17:10 org-mode -> diary -> latex calendar Fred Concklin
2011-03-29 18:07 ` Bastien
2011-03-29 20:15 ` Matt Lundin
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).