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:02:54 +0000 (UTC) Message-ID: References: <87zlyiprzz.fsf@novell.com> <874pgqpken.fsf@cantor.griswold.home> 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 1Ii7eD-0003v2-Pn for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 08:05:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ii7eB-0003rG-1S for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 08:05:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ii7eA-0003qt-Ru for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 08:05:10 -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 1Ii7eA-0001Ox-4z for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 08:05:10 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Ii7e2-0003qB-Ho for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 12:05:02 +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:05:02 +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:05:02 +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 Dan Griswold rochester.rr.com> writes: > Because I've been trying something similar (but not as advanced), I'm > intrigued by the possibilities of your approach. Sadly, I can't run > your Makefile. I get an error[1]. Am I missing something? I need more details to analyse the problem. > About font size, I've found that for what we're trying to do, it helps > to replace \tiny with \small globally. I'll see what I can do without actually patching the code in cal-tex.el. > Also, a little gotcha I've found, which may catch some of us org-mode > GTD-ers: cal-tex.el does not check for the @ symbol when inputting > from the diary, and thus does not escape it, leading to latex-errors > on processing. I've run into that problem also and avoided it by rewriting the one diary entry that caused the problem :-). Yes, this problem should be reported on emacs-devel. There is even some code in cal-tex that seems to deal with this problem, but it is commented out for whatever reason. Christian