From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Bug: open date in SCHEDULED: lines [8.2.5h (release_8.2.5h-662-ge4a955 @ /home/youngfrog/sourcetrees/org-mode/lisp/)] Date: Tue, 25 Feb 2014 14:18:54 +0100 Message-ID: <87wqgjgwjl.fsf@yahoo.fr> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIHwf-0001R8-0J for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 08:21:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WIHwZ-0007MW-5y for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 08:21:12 -0500 Received: from mxin.ulb.ac.be ([164.15.128.112]:58830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WIHwY-0007MA-Vn for emacs-orgmode@gnu.org; Tue, 25 Feb 2014 08:21:07 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Hiya, Starting with fc9ce86cfc1ecf7e86028027a12875a26500e774, hitting C-c C-o on a timestamp in a SCHEDULED: line doesn't work anymore ("No link found"). I expected it to open the agenda like it does on other links. Here's a test case: emacs -Q -L lisp/ ~/tmp/test.org -f forward-line -f forward-line -f org-end-of-line -f backward-char -f org-open-at-point where test.org is this : --=-=-= Content-Type: text/x-org Content-Disposition: inline; filename=test.org Content-Description: test case #+STARTUP: showeverything * blam SCHEDULED: <2014-02-25 mar> --=-=-= Content-Type: text/plain Thanks, Emacs : GNU Emacs 24.3.50.1 (i686-pc-linux-gnu, GTK+ Version 2.24.20) of 2014-01-30 on LDLC-portable Package: Org-mode version 8.2.5h (release_8.2.5h-662-ge4a955 @ /home/youngfrog/sourcetrees/org-mode/lisp/) --=-=-=--