From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Elston Subject: Re: Orgmode reference card Date: Sat, 28 Nov 2009 22:05:34 -0800 Message-ID: <4B120F2E.8010509@comcast.net> References: <62622fe70911281929yd2be99au2b6b73a87c82d9a5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NEcuo-0003uq-Uh for emacs-orgmode@gnu.org; Sun, 29 Nov 2009 01:05:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NEcum-0003tZ-S7 for emacs-orgmode@gnu.org; Sun, 29 Nov 2009 01:05:46 -0500 Received: from [199.232.76.173] (port=40054 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NEcum-0003tW-La for emacs-orgmode@gnu.org; Sun, 29 Nov 2009 01:05:44 -0500 Received: from qmta13.emeryville.ca.mail.comcast.net ([76.96.27.243]:44262) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NEcul-0004Q6-Vx for emacs-orgmode@gnu.org; Sun, 29 Nov 2009 01:05:44 -0500 In-Reply-To: <62622fe70911281929yd2be99au2b6b73a87c82d9a5@mail.gmail.com> 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: Salvatore Enrico Indiogine Cc: emacs-orgmode@gnu.org Salvatore Enrico Indiogine wrote: > I found online the reference card for org-mode version 6.33f in pdf > format. I tried to print it in US letter format. Unfortunately the > left margin of the text is cut off by a couple of mm. > > Has anyone else encountered this problem? > > Thanks, > Enrico > In addition to what has already been stated the makefile has a target for 'orgcard_letter.pdf' which is built from 'orgcard_letter.tex' (which is actually built from orgcard.tex). If you want to make it you can 'make doc' from the top level and it will be made automatically. Mark