From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Strange behavior of C-RET and C-S-RET Date: Mon, 27 Oct 2008 22:43:03 +0100 Message-ID: References: <3bff71aa0810271050u4274ba6fh45c88e477269e6b5@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuZrk-0001BD-14 for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:43:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuZri-0001A6-Al for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:43:11 -0400 Received: from [199.232.76.173] (port=59833 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuZri-00019y-2w for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:43:10 -0400 Received: from ug-out-1314.google.com ([66.249.92.172]:35445) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuZrh-0007AP-68 for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 17:43:09 -0400 Received: by ug-out-1314.google.com with SMTP id 36so84323uga.17 for ; Mon, 27 Oct 2008 14:43:05 -0700 (PDT) In-Reply-To: <3bff71aa0810271050u4274ba6fh45c88e477269e6b5@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: "Sergey A." Cc: emacs-orgmode@gnu.org Hi, I cannot reproduce this problem. Can anyone else? - Carsten On Oct 27, 2008, at 6:50 PM, Sergey A. wrote: > Hello. > > Firstly, thanks for org-mode! This mode is awesome! > > I think I've found a bug (but this bug is of little importance). > > For example, I have the following folded headline: > > *[*]* Read books... > > where [] indicates where cursor is. In this case the cursor is over > the second asterisk (this note is important). > > If I want to create another headline which is of the same level as the > current one I should press C-. > > Here is what happens when I do that: > > *** Read books > ... > *** [] > > Content of the "Read books" headline isn't losed, but wrong position > of "..." confuses me (and maybe forces some users to think that the > content was losed). > > The same happens when using C-S- instead of C-. > > I use org-mode 6.10c, coming with the latest emacs from CVS. > > Here is part of my config file related to org-mode: > > ;; The following lines are always needed. Choose your own keys. > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) > (global-set-key "\C-cl" 'org-store-link) > (global-set-key "\C-ca" 'org-agenda) > (global-set-key "\C-cb" 'org-iswitchb) > > (add-hook 'org-mode-hook 'turn-on-font-lock) ; Org buffers only > > (setq org-special-ctrl-a/e t) > (setq org-hide-leading-stars t) > (setq org-odd-levels-only t) > (setq org-cycle-separator-lines 1) > (setq org-goto-auto-isearch nil) > > -- > Sergey A. > > > _______________________________________________ > 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