From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [bug] Link to filename beginning by a date opens... the agenda Date: Fri, 14 Nov 2014 15:40:56 -0500 Message-ID: <87oas91pnr.fsf@alphaville.bos.redhat.com> References: <86fvdldg95.fsf@example.com> <87egt5vgov.fsf@selenimh.mobile.lan> <87vbmh1ptc.fsf@alphaville.bos.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38600) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpNk1-0004lU-8W for emacs-orgmode@gnu.org; Fri, 14 Nov 2014 15:45:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpNjv-0002JY-R0 for emacs-orgmode@gnu.org; Fri, 14 Nov 2014 15:45:13 -0500 Received: from plane.gmane.org ([80.91.229.3]:57917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpNjv-0002IE-LT for emacs-orgmode@gnu.org; Fri, 14 Nov 2014 15:45:07 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XpNjs-0007ZZ-2u for emacs-orgmode@gnu.org; Fri, 14 Nov 2014 21:45:04 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Nov 2014 21:45:04 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 14 Nov 2014 21:45:04 +0100 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 Nick Dokos writes: > Nicolas Goaziou writes: > >> Hello, >> >> Sebastien Vauban >> writes: >> >>> Hello, >>> >>> Clicking on such a link: >>> >>> [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][2014-11-12-PV.txt]] >>> >>> ... opens the Org agenda for that day -- while it should open my file, right? >>> >>> OTOH, a full link such as: >>> >>> [[file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt][file:~/Projects/Type/Client/Folder/2014-11-12-PV.txt]] >>> >>> is opened as expected. >>> >>> You can also notice that the link face is `org-date' on the first >>> link. >> >> I cannot reproduce it on 8.3beta. >> > > Clicking on it with a mouse button works but (bound to org-return) > seems to do what Seb reports. And the face is indeed > org-date, not org-link, but that's a different problem probably. > > Org-mode version 8.3beta (release_8.3beta-432-g2900f1 @ > /home/nick/elisp/org-mode/lisp/) And org-return-follows-link is set to t in my case.