From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: PocketMod for org-mode Date: Wed, 17 Oct 2007 12:51:27 +0000 (UTC) Message-ID: References: <87zlyiprzz.fsf@novell.com> <87tzoqfszn.fsf@bzg.ath.cx> <877illubvt.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ii8NI-0006zb-Q8 for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 08:51:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ii8NH-0006y9-Fl for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 08:51:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ii8NH-0006xm-00 for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 08:51:47 -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 1Ii8NG-0003A3-9v for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 08:51:46 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ii8NA-0001SM-6r for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 12:51:40 +0000 Received: from www-gw3.credit-suisse.com ([198.240.212.25]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Oct 2007 12:51:40 +0000 Received: from christian.egli by www-gw3.credit-suisse.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Oct 2007 12:51:40 +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 altern.org> writes: > Christian Egli novell.com> writes: > > You basically just type make . This will produce two pdfs: > > pocketMod.pdf and hipsterPDA.pdf. > > I can't get this to work because of the issues I mentionned above > Here I reproduce them: > > ,---- > | - get rid of the misplaced \verb|@| Does Pete's patch help? > | - 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? > | - use a smaller normal font for tasks, since it doesn't fit sometimes > | (see my other PDF example...) > | > | => sadly, I guess we need to tailor cal-tex internals for that... 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. Christian