From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: C-c - broken Date: Mon, 6 Jun 2011 23:13:53 +0200 Message-ID: <6E0A8CBF-79DD-43E5-8414-4A8A8BFEF0FB@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTh7Y-0003Pc-IA for emacs-orgmode@gnu.org; Mon, 06 Jun 2011 17:14:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTh7X-0007k6-1O for emacs-orgmode@gnu.org; Mon, 06 Jun 2011 17:14:00 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:44339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTh7W-0007jy-K8 for emacs-orgmode@gnu.org; Mon, 06 Jun 2011 17:13:58 -0400 Received: by ewy9 with SMTP id 9so1729516ewy.0 for ; Mon, 06 Jun 2011 14:13:57 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marvin Doyley Cc: emacs-orgmode@gnu.org Hi, On 6.6.2011, at 15:44, Marvin Doyley wrote: > Hi there, >=20 > I use to use C-c - to convert headlines to plain list, but for some = reason when I do this it tries to make a table of content, see below >=20 > TABLE-OF-CONTENTS on ~/Documents/General/O/org/planner.org > SPC=3Dview TAB=3Dgoto RET=3Dgoto+hide [q]uit [r]escan [l]abels = [f]ollow [x]r [?]Help > = --------------------------------------------------------------------------= ---- >=20 >=20 > Does anybody now how to fix this (i.e., get it to behave the old way) This happens because you have turned on reftex-mode and that takes over the `C-c -' and a couple of others. Reftex-mode is not made for Org-mode, and should probably not be turned = on in Org-mode. Or is anyone using this combination in a successful way? - Carsten=