From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: A little agenda printer script Date: Tue, 22 May 2007 01:32:22 +0200 Message-ID: <874pm5wy61.fsf@bzg.ath.cx> References: 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 1HqHMe-00026Z-Kf for emacs-orgmode@gnu.org; Mon, 21 May 2007 19:32:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HqHMd-000249-67 for emacs-orgmode@gnu.org; Mon, 21 May 2007 19:32:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HqHMd-00023m-0D for emacs-orgmode@gnu.org; Mon, 21 May 2007 19:32:31 -0400 Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HqHMc-0006Es-BG for emacs-orgmode@gnu.org; Mon, 21 May 2007 19:32:30 -0400 Received: by ug-out-1314.google.com with SMTP id j3so77640ugf for ; Mon, 21 May 2007 16:32:25 -0700 (PDT) In-Reply-To: (Jason F. McBrayer's message of "Mon\, 21 May 2007 09\:39\:36 -0400") 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 jmcbray@carcosa.net (Jason F. McBrayer) writes: > Taking advantage of the new org-batch-agenda-csv functionality, I've > written a little Python script for exporting an org agenda to PDF, > using LaTeX as an intermediary. I like it, thanks! Here pdflatex is complaining about "_" and "#" chars that are not escaped. Can you fix this? -- Bastien