From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Antipin Subject: Re: Not inserting new lines Date: Sun, 24 May 2009 05:38:37 +0200 Message-ID: <61176df0905232038j2905c4c1nfbba5083af240936@mail.gmail.com> References: <61176df0905230423m39be4a34hcede0474efc62ad0@mail.gmail.com> <76A3BB60-497E-4E8A-A32E-510D614BDABF@gmail.com> <61176df0905230510o684fbe7bve7d40f80b6747c8f@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 1M84Xu-0006P3-5q for emacs-orgmode@gnu.org; Sat, 23 May 2009 23:38:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M84Xo-0006Lb-8L for emacs-orgmode@gnu.org; Sat, 23 May 2009 23:38:44 -0400 Received: from [199.232.76.173] (port=37673 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M84Xo-0006LD-0o for emacs-orgmode@gnu.org; Sat, 23 May 2009 23:38:40 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:48475) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M84Xn-0007DX-1b for emacs-orgmode@gnu.org; Sat, 23 May 2009 23:38:39 -0400 Received: by fxm17 with SMTP id 17so2625768fxm.42 for ; Sat, 23 May 2009 20:38:38 -0700 (PDT) In-Reply-To: <61176df0905230510o684fbe7bve7d40f80b6747c8f@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: Carsten Dominik Cc: emacs-orgmode@gnu.org Dear all, the solution was quite simple - as always. I use longlines-mode with org-mode, and that caused this problem. Once I switched longlines-mode off, everything works as expected. I am not sure if it is a bug or intended behavior, but I hope this will help somebody. my best, Konstantin On Sat, May 23, 2009 at 2:10 PM, Konstantin Antipin wrote: > Hi, > > This happens inside the file as well... > > Konstantin > > On Sat, May 23, 2009 at 1:53 PM, Carsten Dominik > wrote: >> Hi >> >> Does this only happen at the end of the file, or anywhere >> inside the file as well? >> >> - Carsten >> >> On May 23, 2009, at 1:23 PM, Konstantin Antipin wrote: >> >>> Dear all, >>> While I am enjoying the power of orgmode, one thing annoys me. >>> If I have todo-item >>> =A0 =A0 ** 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: >>> =A0 =A0 ** 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 thu= s >>> treats >>> " :PROPERTIES: =A0 =A0:DESCRIPTION: need to send email to the mailing l= ist >>> :END: " as a simple text, as a header. >>> And I need to insert new lines manually: >>> ** TODO Fix orgmode endline problem >>> :emacs: >>> =A0:PROPERTIES: >>> =A0:DESCRIPTION: need to send email to the mailing list >>> =A0: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 >>> >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Remember: use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >> >