From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gonzalo Camarillo Subject: Marks not visible in column view Date: Fri, 22 Aug 2014 22:00:46 +0300 Message-ID: <53F7935E.7040400@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKu5W-00089V-ME for emacs-orgmode@gnu.org; Fri, 22 Aug 2014 15:01:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XKu5E-0006dN-RF for emacs-orgmode@gnu.org; Fri, 22 Aug 2014 15:01:26 -0400 Received: from mail-we0-x236.google.com ([2a00:1450:400c:c03::236]:65065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XKu5E-0006cj-LK for emacs-orgmode@gnu.org; Fri, 22 Aug 2014 15:01:08 -0400 Received: by mail-we0-f182.google.com with SMTP id k48so11098645wev.27 for ; Fri, 22 Aug 2014 12:01:07 -0700 (PDT) Received: from [192.168.1.102] (dsl-hkibrasgw2-58c369-168.dhcp.inet.fi. [88.195.105.168]) by mx.google.com with ESMTPSA id o9sm52022372wjo.11.2014.08.22.12.01.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Aug 2014 12:01:07 -0700 (PDT) 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: emacs-orgmode@gnu.org Hi, in the agenda we can mark several entries for bulk processing. In the following example, the second and third agenda entries are marked. To indicate they are marked, a '>' symbol is shown right before them: Projects: TODO Write the document > Projects: TODO Call Bob > Projects: TODO Arrange meeting with Laura Now, if we enter column view, those marks are not visible. For example, the following column view shows the title, the TODO keyword, and the estimated effort for all entries: Write the document | TODO | 0:30 | Call Bob | TODO | 0:15 | Arrange meeting with Laura | TODO | 0:10 | Is it possible to have the column view show which entries are marked? Thanks, Gonzalo