From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric J Haywiser Subject: Bracket Links in org-agenda buffer - small glitches Date: Mon, 18 Sep 2006 15:47:16 -0400 (EDT) Message-ID: 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 1GPP5X-0005LO-8q for emacs-orgmode@gnu.org; Mon, 18 Sep 2006 15:47:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPP5W-0005Kz-ME for emacs-orgmode@gnu.org; Mon, 18 Sep 2006 15:47:30 -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 1GPP8Q-0003FX-Px for emacs-orgmode@gnu.org; Mon, 18 Sep 2006 15:50:30 -0400 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id k8IJlScC016104 for ; Mon, 18 Sep 2006 15:47:29 -0400 (EDT) Received: from department-of-alchemy.mit.edu (DEPARTMENT-OF-ALCHEMY.MIT.EDU [18.7.16.69]) (authenticated bits=56) (User authenticated as ejh1@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id k8IJlGDV002118 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 18 Sep 2006 15:47:17 -0400 (EDT) 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: emacs-orgmode@gnu.org Greetings, Some months ago, I inquired about rendering bracket links in the org-agenda view. This now *almost* works, kudos to ?Carsten? and/or the others who made this fix. I notice 3 small glitches that remain: 1) Early warning links are not rendered Consider the following org file: ; ------------------------------------------------------------------------- * [[http://www.google.com][Visit Google]] DEADLINE: <2006-09-18 Mon> * [[http://www.google.com][Visit Google Tomorrow]] DEADLINE: <2006-09-19 Tue> ; ------------------------------------------------------------------------- a call to "org-agenda-list" yields the following view in the agenda buffer provided the org files containing the agenda entries are already open as buffers: Week-agenda: Monday 18 September 2006 test: Deadline: Visit Google DEADLINE: <2006-09-18 Mon> test: In 1 d.: [[http://www.google.com][Visit Google Tomorrow]] DEADLINE: <2006-09-19 Tue> Tuesday 19 September 2006 test: Deadline: Visit Google Tomorrow DEADLINE: <2006-09-19 Tue> Wednesday 20 September 2006 Thursday 21 September 2006 Friday 22 September 2006 Diary: 0:03...... Autumnal Equinox (EDT) Saturday 23 September 2006 Sunday 24 September 2006 where the bracket links for deadlines occuring on a given day are "rendered", but the early warning for the same event (In 1 d.) does not "render" the bracket link. Instead the "raw" bracket link markup is shown. 2) The following seems to be an interesting interaction with org-mouse: If one right clicks on the "raw" link to bring up the menu with "Open C-c o" etc, the raw link transforms to a rendered link. Note that actually selecting a menu item is not required to trigger this behavior, just bringing up the menu, then canceling. Any action that changes the view such as: - A call to org-agenda-toggle-time-grid or - arrow key paging to next week - etc unfortunately switches back to the less desirable "raw" link for the early warning events. 3) Entries coming from emacs diary files also produce "raw" instead of "rendered" markup Thanks again for all the great efforts. Org is amazing. Solutions or ideas regarding the glitches are appreciated. -Eric Relevant versions include: org-mouse: 0.16, 0.18 org: 4.47, 4.49