From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Antipin Subject: 'new line' problem Date: Sat, 23 May 2009 13:21:23 +0200 Message-ID: <61176df0905230421k41e936efv33f7ad6fa6cb804d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7pID-0004O0-B0 for emacs-orgmode@gnu.org; Sat, 23 May 2009 07:21:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7pI8-0004Nn-M1 for emacs-orgmode@gnu.org; Sat, 23 May 2009 07:21:32 -0400 Received: from [199.232.76.173] (port=42878 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7pI8-0004Nk-JD for emacs-orgmode@gnu.org; Sat, 23 May 2009 07:21:28 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:38995) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7pI8-0000h2-7p for emacs-orgmode@gnu.org; Sat, 23 May 2009 07:21:28 -0400 Received: by fxm17 with SMTP id 17so2321919fxm.42 for ; Sat, 23 May 2009 04:21:23 -0700 (PDT) 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: emacs-orgmode@gnu.org Dear all, While I am enjoying the power of orgmode, one thing annoys me. If I have todo-item ** TODO Fix orgmode endline problem =A0 =A0:emacs: And I want, for example, to add some property. I use \C-c\C-xp for that. Here is the result: ** TODO Fix orgmode endline problem :emacs: :PROPERTIES: :DESCRIPTION: need to send email to the mailing list :END: The problem is that orgmode does not insert new lines correctly and thus tr= eats " :PROPERTIES: :DESCRIPTION: need to send email to the mailing list :END: " as a simple text, as a header. And I need to insert new lines manually: ** TODO Fix orgmode endline problem :emacs: :PROPERTIES: :DESCRIPTION: need to send email to the mailing list :END: After manual correction orgmode correctly recognize property. This problem exists not only for properties, but basically for everything - When adding new item to the file with remember, or using CLOCK. I understand, that this is the problem with my setup somehow, since I seems to be the only one who have this problem... Need some help with that :) Konstantin ---------------------------------------------- GNU Emacs 23.0.91. Org-mode version 6.24trans