From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: how to remove the button from org-mode buffer Date: Wed, 7 Nov 2007 09:42:50 +0100 Message-ID: <209F90EF-A2C9-476F-AA04-75367A52F5F2@science.uva.nl> Mime-Version: 1.0 (Apple Message framework v752.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 1IpgV3-0007VX-Sz for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 03:43:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpgV1-0007VC-7k for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 03:43:00 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpgV1-0007V9-3X for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 03:42:59 -0500 Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IpgV0-0007sv-F4 for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 03:42:58 -0500 Received: from ug-out-1314.google.com ([66.249.92.168]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpgUz-0008C4-91 for emacs-orgmode@gnu.org; Wed, 07 Nov 2007 03:42:57 -0500 Received: by ug-out-1314.google.com with SMTP id a2so82857ugf for ; Wed, 07 Nov 2007 00:42:55 -0800 (PST) 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: Fuming Li Cc: emacs-orgmode list > today I update my org-mode to 5.13e . The org-mode view is changed . > > each heading is followed by a button. I find it very annoying. > > Is there some configuration available to change it.? Strange that this makes a button for you. You can do (setq org-ellipses nil) - Carsten