From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Strange character inserted by org-capture Date: Thu, 11 Nov 2010 14:56:56 +0000 Message-ID: <87k4kj29jb.fsf@pinto.chemeng.ucl.ac.uk> References: <878w10f89g.fsf@gmail.com> <83y68zapqm.fsf@yahoo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=33995 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PGYaG-0005mU-UT for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 09:57:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PGYaD-0002KI-FF for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 09:57:04 -0500 Received: from vscani-b2.ucl.ac.uk ([144.82.108.135]:56235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PGYaD-0002Jd-9d for emacs-orgmode@gnu.org; Thu, 11 Nov 2010 09:57:01 -0500 In-Reply-To: <83y68zapqm.fsf@yahoo.it> (Giovanni Ridolfi's message of "Thu, 11 Nov 2010 15:39:45 +0100") 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: Giovanni Ridolfi Cc: emacs-orgmode@gnu.org, Paul Mead Giovanni Ridolfi writes: > Paul Mead writes: > > Hi, Paulm >> >> I have the following setup in org-capture: >> >> (setq org-capture-templates (quote ( >> ("i" "Invoice" entry (file+headline "~/My Dropbox/gtd/invoicing.org" "In= voicing") >> "* TODO %^{Supplier|supplier1|supplier2|supplier3} %^{Account} invoice %= ^{Invoice number} - > =A3%^{Amount Ex VAT} - %^{Date (dd mmm yy)}\n%u" >> )))) >> >> I am experiencing some strange behaviour when using the last option >> (Invoice) on my XP machine. The template inserts a strange character (I >> don't recognise it but it looks like an upper case A with a symbol above >> it) immediately before the =A3 sign. This is the result of an UTF-8 encoded character being displayed as a sequence of latin-1 (or similar encoding) characters. --=20 : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 23.2.1 : using Org-mode version 7.3 (release_7.3.49.g0239)