From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric J Haywiser Subject: Re: cosmetic: link-syntax, diary files & faces Date: Fri, 12 May 2006 09:36:15 -0400 (EDT) Message-ID: References: <410525dd16635aa3f519fc50b7314726@science.uva.nl> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FeXoe-0000g5-Tv for emacs-orgmode@gnu.org; Fri, 12 May 2006 09:36:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeXoe-0000fu-GA for emacs-orgmode@gnu.org; Fri, 12 May 2006 09:36:24 -0400 Received: from [18.7.7.80] (helo=biscayne-one-station.mit.edu) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FeXqO-0006Yz-Qw for emacs-orgmode@gnu.org; Fri, 12 May 2006 09:38:12 -0400 In-Reply-To: <410525dd16635aa3f519fc50b7314726@science.uva.nl> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org On Thu, 11 May 2006, Carsten Dominik wrote: >> On May 8, 2006, at 15:09, Eric J Haywiser wrote: >> ------------------------------------------------------------------------- >> Consider two entries, in a diary and testing.org file respectively: >> >> %%(diary-cyclic 1 5 07 2006) 8:20 Visit [[http://www.google.com][Google]] >> >> * Visit [[http://www.google.com][Google]] <2006-05-07 Sun 10:00> >> >> which appear as: >> >> Diary: 8:20...... Visit [[http://www.google.com][Google]] >> testing: 10:00...... Visit Google >> >> ------------------------------------------------------------------------- >> >> Also, in either case, would it be a good thing to have the >> links display in the same face as in org buffers (eg underline)? >> Currently, links created from org files are displayed in standard face >> in org-agenda view. >> >> However, they all function as links despite their face. >> This behavior is super. :) > > I do not understand this. What do you mean by they function as links? In > the agenda buffer they don't as far as I can see. I simply place the cursor on a link and M-x org-open-at-point which is precisely how one can follow links in an org-mode file. Right? For me, this works just as one might expect it to. Do you observe a different behavior? BTW: You may want to map the C-c C-o sequence to org-open-at-point in both org-mode and org-agenda mode. This key sequence is currently undefined in the latter. > What trick are you using? I'm just a humble emacs user, not a magician. ;) -Eric