From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gonzalo Camarillo Subject: Re: Marks not visible in column view Date: Fri, 29 Aug 2014 15:28:42 +0300 Message-ID: <540071FA.2020203@gmail.com> References: <53F7935E.7040400@gmail.com> <53FC84CE.10109@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]:51563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNLIV-0004TR-0c for emacs-orgmode@gnu.org; Fri, 29 Aug 2014 08:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNLIM-0002YA-FF for emacs-orgmode@gnu.org; Fri, 29 Aug 2014 08:28:54 -0400 Received: from sessmg22.ericsson.net ([193.180.251.58]:46315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNLIM-0002Xk-55 for emacs-orgmode@gnu.org; Fri, 29 Aug 2014 08:28:46 -0400 In-Reply-To: <53FC84CE.10109@gmail.com> 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, we have had a conversation about this issue on the org-mode IRC channel and have agreed to follow up on this list in case anybody has further ideas. The function org-agenda-bulk-marked-p indicates whether or not an entry is marked. Would it be possible to use it somehow to define a special property that could be shown in column view? Any other ways to attack this problem (i.e., to make marked entries visually distinct in column view) would also be appreciated. Thanks, Gonzalo On 26/08/2014 3:59 PM, Gonzalo Camarillo wrote: > Hi, > > I forgot to mention I am using Emacs 24.2.1 on Windows. > > Cheers, > > Gonzalo > > On 22/08/2014 10:00 PM, Gonzalo Camarillo wrote: >> 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 >> >