From mboxrd@z Thu Jan 1 00:00:00 1970 From: Allen Li Subject: Re: Bug: Special property ITEM without stars [9.1.14] Date: Wed, 12 Dec 2018 14:50:48 -0800 Message-ID: References: <87k1kqjk1q.fsf@nicolasgoaziou.fr> <87r2eu90zm.fsf@nicolasgoaziou.fr> <87pnu6itli.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34001) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gXDLR-0005do-SZ for emacs-orgmode@gnu.org; Wed, 12 Dec 2018 17:51:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gXDLR-0005uU-58 for emacs-orgmode@gnu.org; Wed, 12 Dec 2018 17:51:09 -0500 Received: from mail-it1-x130.google.com ([2607:f8b0:4864:20::130]:36342) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gXDLQ-0005k2-Pq for emacs-orgmode@gnu.org; Wed, 12 Dec 2018 17:51:09 -0500 Received: by mail-it1-x130.google.com with SMTP id c9so950607itj.1 for ; Wed, 12 Dec 2018 14:51:00 -0800 (PST) In-Reply-To: <87pnu6itli.fsf@nicolasgoaziou.fr> 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" To: Org Mode List On Wed, Dec 12, 2018 at 10:00 AM Nicolas Goaziou wrote: > > This is not satisfying, actually. If every item has a single asterisk, > you miss hierarchy between headlines in the same tree. I don't know what you mean. Hierarchy is not displayed normally in agenda view anyway, I don't know why displaying it in agenda column view via the ITEM property is desirable? > > You can use `org-columns-modify-value-for-display-function' to remove > the asterisks, if needed. Is there a recommended way to set this only for agenda views? I tried setting it via the custom settings in org-agenda-custom-commands but that doesn't work. > > Regards, > > -- > Nicolas Goaziou