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: Tue, 4 Dec 2018 02:19:20 -0800 Message-ID: References: <87k1kqjk1q.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]:54947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gU7nj-00078e-TN for emacs-orgmode@gnu.org; Tue, 04 Dec 2018 05:19:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gU7nj-0004Q2-8n for emacs-orgmode@gnu.org; Tue, 04 Dec 2018 05:19:35 -0500 Received: from mail-it1-x134.google.com ([2607:f8b0:4864:20::134]:52687) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gU7nh-0004OW-Cs for emacs-orgmode@gnu.org; Tue, 04 Dec 2018 05:19:35 -0500 Received: by mail-it1-x134.google.com with SMTP id i7so14524371iti.2 for ; Tue, 04 Dec 2018 02:19:32 -0800 (PST) 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" To: Org Mode List On Tue, Dec 4, 2018 at 2:14 AM Allen Li wrote: > > Or did you mean ITEM omits the stars? That doesn't appear to be the > case as of 04641c4bbefc5f90e05fe4e846f4aeab15f1c262 on master > yesterday. So org-entry-properties does indeed return ITEM without the leading stars, but the column view adds them back in. This includes agenda views, where the stars make less sens out of the outline context. Apologies, the issue isn't in the ITEM special property, but how column view processes it.