emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Strange character inserted by org-capture


From: Giovanni Ridolfi
Subject: Re: [Orgmode] Strange character inserted by org-capture
Date: Thu, 11 Nov 2010 15:39:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt)

Paul Mead <address@hidden> 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" "Invoicing")
>                                      "* TODO 
> %^{Supplier|supplier1|supplier2|supplier3} %^{Account} invoice %^{Invoice 
> number} - £%^{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 £ sign.

Also my template with the "÷" character showed the same behaviour.

I think it's a problem of file encoding. 

+ Is your .emacs utf-8? I mean the file where you store the 
                       "(setq org-capture-templates (quote"
+ is invoicing.org utf-8?

C-x RET f utf-8   # change file encoding

hth
Giovanni



reply via email to

[Prev in Thread] Current Thread [Next in Thread]