emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Not inserting new lines
@ 2009-05-23 11:23 Konstantin Antipin
  2009-05-23 11:53 ` Carsten Dominik
  0 siblings, 1 reply; 4+ messages in thread
From: Konstantin Antipin @ 2009-05-23 11:23 UTC (permalink / raw)
  To: emacs-orgmode

Dear all,
While I am enjoying the power of orgmode, one thing annoys me.
If I have todo-item
      ** TODO Fix orgmode endline problem    :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 treats
" :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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Not inserting new lines
  2009-05-23 11:23 Not inserting new lines Konstantin Antipin
@ 2009-05-23 11:53 ` Carsten Dominik
  2009-05-23 12:10   ` Konstantin Antipin
  0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2009-05-23 11:53 UTC (permalink / raw)
  To: Konstantin Antipin; +Cc: emacs-orgmode

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
>      ** TODO Fix orgmode endline problem    :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 treats
> " :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
>
>
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Not inserting new lines
  2009-05-23 11:53 ` Carsten Dominik
@ 2009-05-23 12:10   ` Konstantin Antipin
  2009-05-24  3:38     ` Konstantin Antipin
  0 siblings, 1 reply; 4+ messages in thread
From: Konstantin Antipin @ 2009-05-23 12:10 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

Hi,

This happens inside the file as well...

Konstantin

On Sat, May 23, 2009 at 1:53 PM, Carsten Dominik
<carsten.dominik@gmail.com> 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
>>     ** TODO Fix orgmode endline problem    :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
>> treats
>> " :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
>>
>>
>> _______________________________________________
>> 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
>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Not inserting new lines
  2009-05-23 12:10   ` Konstantin Antipin
@ 2009-05-24  3:38     ` Konstantin Antipin
  0 siblings, 0 replies; 4+ messages in thread
From: Konstantin Antipin @ 2009-05-24  3:38 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

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
<antipin.konstantin@googlemail.com> wrote:
> Hi,
>
> This happens inside the file as well...
>
> Konstantin
>
> On Sat, May 23, 2009 at 1:53 PM, Carsten Dominik
> <carsten.dominik@gmail.com> 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
>>>     ** TODO Fix orgmode endline problem    :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
>>> treats
>>> " :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
>>>
>>>
>>> _______________________________________________
>>> 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
>>
>>
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-24  3:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-23 11:23 Not inserting new lines Konstantin Antipin
2009-05-23 11:53 ` Carsten Dominik
2009-05-23 12:10   ` Konstantin Antipin
2009-05-24  3:38     ` Konstantin Antipin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).