emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: Bastien <bzg@altern.org>
Cc: Fred Concklin <fredconcklin@gmail.com>, emacs-orgmode@gnu.org
Subject: Re: org-mode -> diary -> latex calendar
Date: Tue, 29 Mar 2011 16:15:02 -0400	[thread overview]
Message-ID: <87ei5pr8e1.fsf@fastmail.fm> (raw)
In-Reply-To: 87k4fh3ind.fsf@gnu.org

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

      reply	other threads:[~2011-03-29 20:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ei5pr8e1.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=bzg@altern.org \
    --cc=emacs-orgmode@gnu.org \
    --cc=fredconcklin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).