From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [ANN] org-fstree 0.2 Date: Fri, 3 Apr 2009 11:45:44 +0200 Message-ID: <1DDCDC20-A5FA-4161-A21C-609B36E37BB4@gmail.com> References: <20090321041113.686f8bba.andy13@gmx.net> <878wmz4nwq.fsf@kassiopeya.MSHEIMNETZ> <20090321061235.f08ba725.andy13@gmx.net> <87ab7cxw3j.fsf@kassiopeya.MSHEIMNETZ> <20090329005415.014ca2c3.andy13@gmx.net> <87ab756qgf.fsf@kassiopeya.MSHEIMNETZ> <20090329144140.d331b306.andy13@gmx.net> <87ocvks19z.fsf@kassiopeya.MSHEIMNETZ> <7bef1f890903310248h3b102589s4257a167c2f6cc73@mail.gmail.com> <20090401031236.ebdc956a.andy13@gmx.net> <20090402015038.5be34e5a.andy13@gmx.net> Mime-Version: 1.0 (Apple Message framework v930.3) 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 1LpfyH-0001fD-VI for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 05:45:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LpfyB-0001f1-SF for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 05:45:56 -0400 Received: from [199.232.76.173] (port=48413 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LpfyB-0001ey-LN for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 05:45:51 -0400 Received: from mx20.gnu.org ([199.232.41.8]:47194) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LpfyB-0003v5-76 for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 05:45:51 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LpfyA-0006bv-7C for emacs-orgmode@gnu.org; Fri, 03 Apr 2009 05:45:50 -0400 Received: by ewy4 with SMTP id 4so977665ewy.42 for ; Fri, 03 Apr 2009 02:45:48 -0700 (PDT) In-Reply-To: <20090402015038.5be34e5a.andy13@gmx.net> 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: Andreas Burtzlaff Cc: emacs-orgmode@gnu.org On Apr 2, 2009, at 1:50 AM, Andreas Burtzlaff wrote: > >>> I'm looking for a better way to display those links and possibly >>> also >>> the content of the headings and am happy to receive new ideas. I >>> tried the >>> column view, but properties that contain links are displayed as >>> text. >> >> But you can nonetheless open them with C-c C-o when on the right >> field. > > Hm, that works for links to files, but strangely it doesn't for > links to headings in 6.25: True, and I have no idea why that is so. Very strange bug, one of those only Nick Dokos can find :-) - Carsten > > * Target > > * Test > :PROPERTIES: > :COLUMNS: %40ITEM %Link1 %Link2 > :END: > > > ** Test Heading > :PROPERTIES: > :Link1: [[* Target]] > :END: > > ** Test File > :PROPERTIES: > :Link1: [[file:somewhere]] > :END: > > Andreas