From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: PocketMod for org-mode Date: Wed, 17 Oct 2007 22:59:25 +0200 Message-ID: <87sl49h2z6.fsf@novell.com> References: <87zlyiprzz.fsf@novell.com> <87tzoqfszn.fsf@bzg.ath.cx> <877illubvt.fsf@bzg.ath.cx> <87d4vd6duh.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IiFzR-0007b1-QY for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 16:59:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IiFzR-0007ZR-1F for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 16:59:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IiFzQ-0007Yz-QD for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 16:59:40 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IiFzQ-0002ub-EA for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 16:59:40 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IiFzK-0000Jr-LG for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 20:59:34 +0000 Received: from 80-218-60-158.dclient.hispeed.ch ([80.218.60.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Oct 2007 20:59:34 +0000 Received: from christian.egli by 80-218-60-158.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Oct 2007 20:59:34 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien writes: > Christian Egli writes: > >>> ,---- >>> | - get rid of the misplaced \verb|@| >> >> Does Pete's patch help? > > Yes it does, no problem anymore. > >>> | - get rid of the links by using their description only >> >> This I don't understand. How do you get your deadlines to show up >> in your calendar? > > &%%(org-diary :scheduled :timestamp :deadline) > > in my ~/.diary file. Ah, now I understand. That is also the reason why your calendar looks so crowded. So far I've only used it to show the entries from my diary file. My idea was to replace the year calendar with some export of the agenda view, maybe of the next 14 days. So you'd have an overview of your appointments (and only your appointments) for the next 4 weeks and the next 3 months and finally an overview of all the tasks for the next 14 days. Now what would be really nice is if I could export the agenda view to latex. I couldn't find any code in org-export-latex.el to do that. Am I missing something, Bastien? >> I looked at cal-tex.el some more and it looks like it could use some >> love :-). The font sizes for the ISO-style weekly calendar for example >> is hard coded to 11pt and the diary entries are hardcoded to be shown >> with \large\bf. > > Love for sell in orgmode list :) Well, while it would be worthwile to do some enhancements to cal-tex.el (some TODOs are mentioned in the Commentary section), there is an easier way to massage the produced LaTeX code. As mentioned on the emacswiki (http://www.emacswiki.org/cgi-bin/emacs-en/CalendarPrinting) you can add a hook to cal-tex-hook which can quote the @ or change the fonts for example. In essence this is the same as Pete's sed hack in the Makefile, just a tad more integrated in Emacs. If this really makes such a great difference in terms of a batch job I don't know. Christian