From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Minshall Subject: Re: non-space, paste, (???) character for inline results Date: Sat, 03 Feb 2018 21:27:26 +0700 Message-ID: <18493.1517668046@minshall-apollo.minshall.org> References: <874lmyw4tb.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ehymz-0001AC-RS for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 09:27:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ehymv-0000Y2-Tg for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 09:27:33 -0500 Received: from relay01.pair.com ([209.68.5.15]:36841) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ehymv-0000XW-P5 for emacs-orgmode@gnu.org; Sat, 03 Feb 2018 09:27:29 -0500 In-reply-to: Your message of "Sat, 03 Feb 2018 15:01:04 +0100." <874lmyw4tb.fsf@nicolasgoaziou.fr> Content-ID: <18492.1517668046.1@minshall-apollo.minshall.org> 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" To: Nicolas Goaziou Cc: Org Mode List , Kaushal Modi Nico, thanks for the reply. i'd suggest reverting (most of) 7efa... so that foocall_foo() *stays* as foocall_foo(). (i.e., put the "\\<" back in front of "call_" and "sys_".) otherwise, we have no (straight forward) way (am i right? sometimes my head hurts!) to get a plain "foocall_foo()" in the output. (whereas, with 7efa reverted, we can get "foocall_foo()" in the output by writing exactly that, and, if we *really* want foo, for == results of executing call_foo(), we write foocall_foo().) thanks for the pointer to org-export-filter-final-output-functions. cheers, Greg