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 17:12:45 +0100 Message-ID: <87d2hrwg3m.fsf@bzg.ath.cx> References: <8738inscnt.fsf@gmail.com> <87zjkvxxnb.fsf@bzg.ath.cx> <87siqnquyh.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNln6-0002j3-73 for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 12:14:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNln0-0005lO-1R for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 12:14:00 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:45797) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNlmz-00050m-TP for emacs-orgmode@gnu.org; Wed, 12 Mar 2014 12:13:53 -0400 In-Reply-To: <87siqnquyh.fsf@gmail.com> (Thorsten Jolitz's message of "Wed, 12 Mar 2014 16:48:22 +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: > both print this in the message buffer > > ,-------------------------------------- > | byte-code: End of buffer > | #("1st level" 0 9 (face org-level-1)) > `-------------------------------------- > > while using M-x shows the string "1st Level" as expected. There is no problem here. #("1st level" 0 9 (face org-level-1)) is just the internal representation of a fontified string. Or am I missing something? -- Bastien