emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: pete phillips <pete@smtl.co.uk>
To: Leo <sdl.web@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: PocketMod for org-mode
Date: Wed, 17 Oct 2007 13:14:13 +0100	[thread overview]
Message-ID: <7945.1192623253@lap1.smtl.co.uk> (raw)
In-Reply-To: Your message of "Wed, 17 Oct 2007 10:42:56 BST." <m2ejfuyt3z.fsf@cam.ac.uk>

>>>>> "Leo" == Leo  <sdl.web@gmail.com> writes:

    > On 2007-10-17 03:03 +0100, Dan Griswold wrote:
    >> 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.

    Leo> This probably should be reported to emacs-devel.

As an interim measure, if you patch the Makefile as follows:

Change:

	%.dvi: %.tex
		$(LATEX) $^
to
	%.dvi: %.tex
		sed 's/\\verb|@|/\@/g' < $< > /tmp/temp-org-file.$$$$; mv /tmp/temp-org-file.$$$$ $<
		$(LATEX) $^

On the basis that any '@'s get changed to \verb|@|, it just escapes
them. Clearly only a temporary measure!
Pete

  parent reply	other threads:[~2007-10-17 12:14 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-16 23:19 PocketMod for org-mode Christian Egli
2007-10-17  1:08 ` Bastien
2007-10-17 11:58   ` Christian Egli
2007-10-17 13:08     ` Bastien
2007-10-17 12:51       ` Christian Egli
2007-10-17 14:00         ` Bastien
     [not found]           ` <q4odex6f0i.fsf@home.net>
2007-10-17 15:00             ` Bastien
2007-10-17 20:59           ` Christian Egli
2007-10-18  1:47             ` Bastien
2007-10-18  1:37               ` Leo
2007-10-18 10:05                 ` Bastien
2007-10-18  9:51                   ` Christian Egli
2007-10-18 12:21                     ` Bastien
2007-10-25  5:48     ` Carsten Dominik
2007-10-25 12:46       ` Christian Egli
2007-10-25 20:29         ` Christian Egli
2007-10-26  1:56           ` Bastien
2007-10-17  2:03 ` Dan Griswold
2007-10-17  9:42   ` Leo
2007-10-17 10:56     ` Dan Griswold
2007-10-17 11:47     ` Bastien
2007-10-17 12:14     ` pete phillips [this message]
2007-10-17 13:36       ` Bastien
2007-10-17 12:02   ` Christian Egli
2007-10-17 20:15     ` Dan Griswold
2007-10-17 10:09 ` Ian Barton
2007-10-17 10:25   ` Leo
2007-10-17 10:45     ` Ian Barton
2007-10-17 10:36   ` [OT] pdfjam [Was: PocketMod for org-mode] Stefan Kamphausen
2007-10-17 11:46   ` PocketMod for org-mode Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7945.1192623253@lap1.smtl.co.uk \
    --to=pete@smtl.co.uk \
    --cc=emacs-orgmode@gnu.org \
    --cc=sdl.web@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).