From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cezar Halmagean Subject: Re: how to remove "..." from the end of a heading Date: Sat, 26 Jul 2008 20:54:33 -0700 Message-ID: <23878.2454551712$1217130988@news.gmane.org> References: <7EE490E8-DA29-4E53-893A-A81250483B74@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMxLU-0007Ku-O9 for emacs-orgmode@gnu.org; Sat, 26 Jul 2008 23:54:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMxLT-0007IN-2z for emacs-orgmode@gnu.org; Sat, 26 Jul 2008 23:54:56 -0400 Received: from [199.232.76.173] (port=37765 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMxLS-0007IH-VI for emacs-orgmode@gnu.org; Sat, 26 Jul 2008 23:54:55 -0400 Received: from main.gmane.org ([80.91.229.2]:37025 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KMxLS-0001ud-Gz for emacs-orgmode@gnu.org; Sat, 26 Jul 2008 23:54:54 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1KMxLI-0002L7-F9 for emacs-orgmode@gnu.org; Sun, 27 Jul 2008 03:54:44 +0000 Received: from c-67-164-77-117.hsd1.ca.comcast.net ([67.164.77.117]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jul 2008 03:54:44 +0000 Received: from cezar by c-67-164-77-117.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 27 Jul 2008 03:54:44 +0000 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 Carsten Dominik writes: > Hi Cezar > > are you sure you want to get rid of this indication > that a potentially large amount of text is hidden below this > line and will be killed silently when you press `C-k'? > > (setq org-ellipsis " ") > > And a restart of Emacs is required. > > - Carsten > Yes, I looks bad... maybe if there was a different indication then it would make sense but I only have a few lines of text for each task anyways so I don't really need it. Thanks, Cezar