From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-element-context doesn't parse consistently link with spaces Date: Wed, 05 Mar 2014 16:02:10 +0100 Message-ID: <87bnxkpu31.fsf@bzg.ath.cx> References: <87wqgabb08.fsf@tanger.home> <87ha7clqz3.fsf@gmail.com> <87r46gahs2.fsf@tanger.home> <877g88lpwp.fsf@gmail.com> <87mwh4ag4y.fsf@tanger.home> <8738iwlo3c.fsf@gmail.com> <87ob1kpvm0.fsf@bzg.ath.cx> <87eh2gaf06.fsf@tanger.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLDL4-0002ft-1B for emacs-orgmode@gnu.org; Wed, 05 Mar 2014 10:02:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLDKx-0001zs-B3 for emacs-orgmode@gnu.org; Wed, 05 Mar 2014 10:02:29 -0500 Received: from rs249.mailgun.us ([209.61.151.249]:38688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLDKx-0001zg-7E for emacs-orgmode@gnu.org; Wed, 05 Mar 2014 10:02:23 -0500 In-Reply-To: <87eh2gaf06.fsf@tanger.home> (daimrod@gmail.com's message of "Wed, 05 Mar 2014 23:36:57 +0900") 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: Daimrod Cc: emacs-orgmode@gnu.org Daimrod writes: > Awww that's tricky, M-x org-version doesn't have the same behavior than > M-: (org-version) That's on purpose: (org-version) is what you want to call in a program, hence the short version, while M-x org-version RET is what you want to call interactively (hence the longer one.) -- Bastien