emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] 'new line' problem


From: Konstantin Antipin
Subject: [Orgmode] 'new line' problem
Date: Sat, 23 May 2009 13:21:23 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]