From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: PocketMod for org-mode Date: Wed, 17 Oct 2007 11:58:19 +0000 (UTC) Message-ID: References: <87zlyiprzz.fsf@novell.com> <87tzoqfszn.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 1Ii7Xu-0000Nx-K9 for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 07:58:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ii7Xs-0000Nk-4E for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 07:58:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ii7Xr-0000Nh-Tm for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 07:58:39 -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 1Ii7Xr-000828-Ew for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 07:58:39 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ii7Xh-00039t-Pt for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 11:58:30 +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 11:58:29 +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 11:58:29 +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 Hi Bastien altern.org> writes: > Christian Egli novell.com> writes: > > > The attached script generates a pocketMod style pdf which contains the > > next four weeks, the next three months and the current year on one > > page. It also generates a hipsterPDA style printout which contains the > > same calendars to be used in hipsterPDA style. > > Hey, that's great! I didn't heard about pocketMod before. Thanks :-) > Can you send a PDF example of the output? I'll try to set up a page on the emacswiki tonight where I can upload the code and a couple of PDF examples. > I tried your Makefile but could not get any output (yet). I think it's > mainly because I don't have any of pdfnup/pdfjoin/pdf90 - where does it > come from? On what system? You need to install pdfjam. Most distros have it. Otherwise get it from http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam. > Maybe a bit more of explanation on how to use this Makefile would also > be useful. You basically just type make :-). This will produce two pdfs: pocketMod.pdf and hipsterPDA.pdf. pocketMod.pdf can be folded and cut according to the instructions on pocketmod.com. In my experience it is much to small to be usefull. More tweaking (e.g. with the fonts is needed). hipsterPDA.pdf gives you two pages that you can cut in four sheets each. This will give you eight sheets of size A6 (105mm x 148mm), which can then be clipped together in the style of the hipster pda (http://en.wikipedia.org/wiki/Hipster_PDA). HTH Christian