From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: M-: (org-display-outline-path) doesn't work correctly Date: Wed, 12 Mar 2014 18:44:10 +0100 Message-ID: <87mwgvia6t.fsf@bzg.ath.cx> References: <8738inscnt.fsf@gmail.com> <87zjkvxxnb.fsf@bzg.ath.cx> <87siqnquyh.fsf@gmail.com> <87d2hrwg3m.fsf@bzg.ath.cx> <87eh27qrxd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42242) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNnCb-0008N4-V2 for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 13:44:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNnCW-0005ZO-0J for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 13:44:25 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:44613) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNnCV-0005Xn-Rq for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 13:44:19 -0400 In-Reply-To: <87eh27qrxd.fsf@gmail.com> (Thorsten Jolitz's message of "Wed, 12 Mar 2014 17:53:50 +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: Thorsten Jolitz Cc: emacs-orgmode@gnu.org Thorsten Jolitz writes: > ,--------------------- > | M-: (callOrgDisplay) > `--------------------- > > with point on the second level headline shows that internal string > representation. Only if I make `callOrgDisplay' itself a command by > adding (interactive) and call it with M-x, the string without properties > is shown. ... yes, that's on purpose. In a program, the output of the non-interactive version will be a string: you can safely ignore text properties of this string if you want to further process it. -- Bastien