From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sergey A." Subject: Strange behavior of C-RET and C-S-RET Date: Mon, 27 Oct 2008 10:50:53 -0700 Message-ID: <3bff71aa0810271050u4274ba6fh45c88e477269e6b5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuWEy-0001LN-M9 for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 13:50:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuWEx-0001Ku-TJ for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 13:50:56 -0400 Received: from [199.232.76.173] (port=34994 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuWEx-0001Kl-NC for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 13:50:55 -0400 Received: from fg-out-1718.google.com ([72.14.220.157]:42310) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuWEx-0001oE-BQ for emacs-orgmode@gnu.org; Mon, 27 Oct 2008 13:50:55 -0400 Received: by fg-out-1718.google.com with SMTP id l26so2150364fgb.30 for ; Mon, 27 Oct 2008 10:50:53 -0700 (PDT) Content-Disposition: inline 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 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.