From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-mobile-pull question Date: Fri, 6 Nov 2009 17:03:06 +0100 Message-ID: <0C171AE1-1582-40C7-B551-AE8B08913F61@gmail.com> References: <3fea10110911060749y40352f5ap3972736d1ac9755@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N6RHQ-0005qw-4L for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 11:03:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N6RHL-0005mm-6M for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 11:03:15 -0500 Received: from [199.232.76.173] (port=53894 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N6RHK-0005ma-Uw for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 11:03:10 -0500 Received: from mail-ew0-f228.google.com ([209.85.219.228]:34801) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N6RHK-0006da-El for emacs-orgmode@gnu.org; Fri, 06 Nov 2009 11:03:10 -0500 Received: by ewy28 with SMTP id 28so1293514ewy.42 for ; Fri, 06 Nov 2009 08:03:09 -0800 (PST) In-Reply-To: <3fea10110911060749y40352f5ap3972736d1ac9755@mail.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: Zhichao Hong Cc: emacs-orgmode@gnu.org On Nov 6, 2009, at 4:49 PM, Zhichao Hong wrote: > Hi, > > I am now be able to push all my agenda files successfully to my WebDav > server! However, when I pull the changes from the server for just a > normal todo state changes. It always return me an error about: > Heading not found on Level 1: ^M ... This is kind of > inconvenient as for this kind of simple change, I have to toggle the > entry manually by hand after interpreting what is in the > from-mobile.org. When Emacs visits a file, the line endings should always be converted to just a simple \n for internal use in Emacs. I don't know why this is not the case for you. - Carsten