From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: scope of properties in a narrowed buffer, links in certain environments etc. Date: Wed, 17 Oct 2007 11:12:50 +0200 Message-ID: <119436a171cb4a98fd350441ed8ff8a1@science.uva.nl> References: <4714a56f.1901360a.7cc7.ffffddb6SMTPIN_ADDED@mx.google.com> <4714B4F8.7050506@gmail.com> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ii4xR-0001TU-RR for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 05:12:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ii4xR-0001TC-9L for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 05:12:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ii4xR-0001T9-0t for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 05:12:53 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ii4xQ-00077v-PZ for emacs-orgmode@gnu.org; Wed, 17 Oct 2007 05:12:52 -0400 In-Reply-To: <4714B4F8.7050506@gmail.com> 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: Niels Giesen Cc: emacs-orgmode@gnu.org On Oct 16, 2007, at 14:56, Niels Giesen wrote: > > Column view on a narrowed subtree does take into account the file-wide > #+COLUMNS directive, but *not* the :COLUMNS: property of a parent > tree outside of the narrowing. > Actually, this issue seems to be larger: `org-set-property' does scan > the whole file for properties, but prop_ALL from a parent tree outside > of the narrowing does not have any effect on the values shown. Fixed, thanks. > > In column view links are not propertised as links, so the full text > shows. This cannot be changed, because columns are a display property already, and links also need a display property. > Also, C-c C-o does not work here to follow a link in a line (or > rather: column). I guess this could be made to work. > > Whilst on the subject of links, in the agenda buffer, for some reason > C-c C-o has trouble when a link is not on the end of a line. The > following in org-agenda-open-link patch fixes this: > (however, it will still just follow the /first/ link on the line) Fixed, thanks. - Carsten