From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Milter Subject: Re: Extracting agenda information: what encoding? Date: Mon, 12 Oct 2009 16:32:35 +0400 Message-ID: <2a382c6e0910120532p847b354x5ce0205d95763e4d@mail.gmail.com> References: <2a382c6e0910111322t3feed4edif40c3b7185775a5b@mail.gmail.com> <7F44A486-71D8-497B-9E09-1F07D05755BD@gmail.com> <2a382c6e0910120359l7da2eea3nd59cb3eec1353d77@mail.gmail.com> <848839FA-79FC-49D3-96D0-6DCC5FE52393@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MxK4w-0004VR-Ag for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 08:32:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MxK4r-0004S9-Dx for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 08:32:41 -0400 Received: from [199.232.76.173] (port=43825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MxK4r-0004Ru-8Y for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 08:32:37 -0400 Received: from mail-bw0-f220.google.com ([209.85.218.220]:45468) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MxK4q-0003u4-RN for emacs-orgmode@gnu.org; Mon, 12 Oct 2009 08:32:37 -0400 Received: by bwz20 with SMTP id 20so8192049bwz.42 for ; Mon, 12 Oct 2009 05:32:35 -0700 (PDT) In-Reply-To: <848839FA-79FC-49D3-96D0-6DCC5FE52393@gmail.com> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org On 10/12/09, Carsten Dominik wrote: > > On Oct 12, 2009, at 12:59 PM, Dave Milter wrote: > >> On 10/12/09, Carsten Dominik wrote: >>> Hi DAve, >>> >>> I have little knowledge about coding systems myself. >>> >>> Could you please let me know, what if the value of `buffer-file- >>> coding- >>> system' in an agenda buffer, when you create the agenda by hand? >>> >> >> I ran org-agenda in emacs, then press "a", and >> chose in menu "Describe coding system", and got: >> >> Coding system for saving this buffer: >> Not set locally, use the default. >> Default coding system (for new files): >> U -- utf-8-unix (alias: mule-utf-8-unix) > > Could you please do `C-h v buffer-file-coding-system RET' > Just to be sure that we are talking about the same thing. > buffer-file-coding-system is a variable defined in `C source code'. Its value is utf-8-unix > Also, could you try to run with the following in .emacs, to see > if the problem disappears? > > (eval-after-load "org-agenda" > '(defun org-encode-for-stdout (s) s)) > yes, this fix problem, may be you be so kind and explain magic?