From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: ITEM in column view in the agenda Date: Fri, 30 May 2008 06:06:52 +0200 Message-ID: References: <20080528152659.GH20846@atlantic.linksys.moosehall> <4E49CF17-EFC8-4A22-B048-6469CDB8C93A@uva.nl> <20080528230930.GL20846@atlantic.linksys.moosehall> <161575E2-1F95-4F59-9E6C-42C273ECB70A@uva.nl> <20080529171126.GB22579@atlantic.linksys.moosehall> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1vtG-0001Mv-VD for emacs-orgmode@gnu.org; Fri, 30 May 2008 00:06:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1vtG-0001M6-B1 for emacs-orgmode@gnu.org; Fri, 30 May 2008 00:06:54 -0400 Received: from [199.232.76.173] (port=53623 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1vtG-0001M3-5N for emacs-orgmode@gnu.org; Fri, 30 May 2008 00:06:54 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:19525) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K1vtF-00042I-J1 for emacs-orgmode@gnu.org; Fri, 30 May 2008 00:06:53 -0400 In-Reply-To: <20080529171126.GB22579@atlantic.linksys.moosehall> 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: Adam Spiers Cc: org-mode mailing list On May 29, 2008, at 7:11 PM, Adam Spiers wrote: > On Thu, May 29, 2008 at 07:49:20AM +0200, Carsten Dominik wrote: >> >> On May 29, 2008, at 1:09 AM, Adam Spiers wrote: >>> >>> Works great! FYI, I have org-columns-default-format set to: >>> >>> %TODO %PRIORITY %40ITEM(Task) %Effort(ETC){:} %CLOCKSUM(Taken){:} >>> %TAGS(Tags) >>> >>> I noticed one tiny thing which could be improved - links are >>> rendered >>> as their raw text. I guess this will be slightly tricky to handle >>> since in many cases the text of the link will end up being truncated >>> by the %40 - but it would be VERY cool if it was handled gracefully, >>> e.g. by truncating with ellipses. >> >> I cannot have links shown with parts hidden, because column view >> already >> uses display properties, and I don't think you can nest display >> properties. > > Hrm :-( > >> Ellipses could be done, but so far I opted against is because you >> will loose even more characters. Maybe it is actually better to >> make sure the user knows that some characters have been >> removed...... OK, done. > > Hmm, you have a point about losing characters. I'm not sure what's > best here. I am now using 2 dots as ellipses, you can customize with with the variable org-columns-ellipses. > > > But now I get an error when entering column view: Fixed, thanks. - Carsten